Sign in
dawn
/
dawn
/
5361d9e778fb839c0e63adcc86edae267c5b3b44
/
.
/
test
/
tint
/
identifiers
/
underscore
/
prefix
/
lower
/
fn.wgsl.expected.fxc.hlsl
blob: 328adcf61f3b3ef470cefed6efc48aed8152e353 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
a
()
{
}
void
_a
()
{
}
void
b
()
{
a
();
}
void
_b
()
{
_a
();
}