Sign in
dawn
/
tint.git
/
a2f4134c560115523cf8a83ef3a73eb2405b8a30
/
.
/
test
/
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__
;
}