1 2 3 4 5 6 7
// PR c++/29291 // { dg-do compile } template<int> void foo() { new int(; // { dg-error "before" } }