Sign in
webkit
/
WebKit
/
1a79bee400eb09e4e61992ad877612506d12b02d
/
.
/
LayoutTests
/
fast
/
canvas
/
webgl
/
shaders
/
reserved
/
_webgl_field.vert
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
);
}