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