Sign in
dawn
/
dawn
/
71cf45763e439091e109c278d21e7adb63fd3170
/
.
/
test
/
tint
/
out_of_order_decls
/
func
/
func.wgsl.expected.glsl
blob: 4a87ea732337e0962b2d6d820bcc6273aa212bdb [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
void
f2
()
{
}
void
f1
()
{
f2
();
}
void
main
()
{
f1
();
return
;
}