Sign in
dawn
/
tint.git
/
a2f4134c560115523cf8a83ef3a73eb2405b8a30
/
.
/
test
/
identifiers
/
underscore
/
double
/
struct.wgsl
blob: 5f0371281329697d26dd2764d34b4dbf2e4c3c6b [
file
]
struct
a
{
b
:
i32
;
};
struct
a__
{
b__
:
i32
;
};
fn f
()
{
let
c
=
a__
();
let
d
=
c
.
b__
;
}