]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.dg/other/java3.C
re PR tree-optimization/77808 (ICE in duplicate_ssa_name_ptr_info, at tree-ssanames...
[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 }