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