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