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