Sign in
dawn
/
tint
/
b4cd255c6ecc8db6d49274b8de378b33c478c629
/
.
/
test
/
identifiers
/
underscore
/
prefix
/
lower
/
alias.wgsl
blob: bb0647189c1de473fd3e4345fe8dd8080bf649f6 [
file
] [
log
] [
blame
]
type a
=
i32
;
type _a
=
i32
;
type b
=
a
;
type _b
=
_a
;
fn f
()
{
var
c
:
b
;
var
d
:
_b
;
}