Sign in
dawn
/
dawn.git
/
41e4d9a34c1d9dcb2eef3ff39ff9c1f987bfa02a
/
.
/
test
/
tint
/
identifiers
/
underscore
/
double
/
parameter.wgsl.expected.hlsl
blob: 6926de2dd3bd9874c3f096aba6c3c27cc3401dc1 [
file
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
(
int
a__
)
{
const
int
b
=
a__
;
}