blob: 64a55a3a1dddcaa94878cd16c2c9092d7fef4da3 [file] [log] [blame]
// use of reserved webgl_ prefix as structure field should fail
struct Foo {
int webgl_bar;
};
void main() {
Foo foo = Foo(1);
}