1 // PR c++/39681
2 
main()3 int main()
4 {
5   int* p = new foo; // { dg-error "16:type" }
6 }
7