Sign in
dawn
/
tint
/
e3d4197822b1769398a8c3ec55f6ab4d45b01b73
/
.
/
test
/
identifiers
/
underscore
/
double
/
alias.wgsl.expected.wgsl
blob: d60b6b4f925b5fc54ce62bbd03ce6359c1d2dbe5 [
file
] [
log
] [
blame
]
type a
=
i32
;
type a__
=
i32
;
type b
=
a
;
type b__
=
a__
;
fn f
()
{
var
c
:
b
;
var
d
:
b__
;
}