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