blob: 26be2f6891f88501af52c4fde590d1e6c7628e0f [file] [log] [blame]
#version 310 es
struct S {
int m;
};
void main() {
S v = S(0);
}