Sign in
dawn
/
dawn
/
e2f35ba8e0a4f8f234660c980a1917f5504482a3
/
.
/
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
;
}