dawn-cmake/test/tint/out_of_order_decls/alias/alias.wgsl.expected.glsl

12 lines
102 B
GLSL

#version 310 es
precision mediump float;
void f() {
int v = 0;
}
void main() {
f();
return;
}