Sign in
dawn
/
dawn
/
dbc13af2875df263cadce1f464c6fa8b225b534f
/
.
/
test
/
tint
/
identifiers
/
underscore
/
prefix
/
upper
/
struct.wgsl.expected.wgsl
blob: 97a6d4c35e85ed4580bac89b280eca71a38c37e9 [
file
] [
log
] [
blame
]
struct
A
{
B
:
i32
;
}
struct
_A
{
_B
:
i32
;
}
fn f
()
{
let
c
=
_A
();
let
d
=
c
.
_B
;
}