Sign in
dawn
/
dawn
/
refs/heads/main
/
.
/
test
/
tint
/
expressions
/
user_call
/
nested.wgsl.expected.ir.fxc.hlsl
blob: dd396684b11cbd206b216f7747541c8ee1cc6e6e [
file
] [
log
] [
blame
] [
edit
]
void
d
()
{
}
void
c
()
{
d
();
}
void
b
()
{
c
();
}
void
a
()
{
b
();
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}