Sign in
dawn
/
dawn
/
e2f35ba8e0a4f8f234660c980a1917f5504482a3
/
.
/
test
/
identifiers
/
underscore
/
prefix
/
lower
/
struct.wgsl.expected.hlsl
blob: 31e48b60829e2e759bedafb3dcad120cdbfcd19e [
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
;
}