1// PR c++/11006
2
3typedef int* jclass;
4
5void foo () {
6  new __java_boolean;  // { dg-error "valid" }
7}
8