blob: c9e1641ca3ff95a61486587a20a221e0efa33153 [file] [log] [blame]
// use of reserved _webgl prefix as structure name should fail
struct _webgl_Foo {
int bar;
};
void main() {
_webgl_Foo foo = _webgl_Foo(1);
}