Sign in
dawn
/
dawn
/
868efb97397c9fb5d936f253c94b0da766c1f289
/
.
/
test
/
tint
/
out_of_order_decls
/
func
/
func.wgsl.expected.fxc.hlsl
blob: 620afd7ef0a70696e1df0169cb58b71a2ed8ba57 [
file
] [
log
] [
blame
]
void
f2
()
{
}
void
f1
()
{
f2
();
return
;
}