dawn-cmake/test/tint/bug/tint/1598.wgsl.expected.glsl

12 lines
143 B
GLSL

#version 310 es
precision highp float;
void tint_symbol() {
int a[5] = int[5](0, 0, 0, 0, 0);
}
void main() {
tint_symbol();
return;
}