Sign in
dawn
/
dawn
/
6997f0e157e4ccf8060545b4ffb8351b160e0d17
/
.
/
test
/
tint
/
identifiers
/
underscore
/
double
/
struct.wgsl.expected.fxc.hlsl
blob: 8c0469773284e3312ea3b00862aeaa370204d393 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
struct
a__
{
int
b__
;
};
void
f
()
{
const
a__ c
=
(
a__
)
0
;
const
int
d
=
c
.
b__
;
}