]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.dg/other/java3.C
1bc0a8874fe129fed6e20d0bf05c35cc19092da3
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / other / java3.C
1 // PR c++/11006
2
3 typedef int* jclass;
4
5 void foo () {
6 new __java_boolean; // { dg-error "valid" }
7 }