// PR c++/48003 // { dg-options "-fpermissive -w" } // Test that we allow integer overflow in constant exprs with -fpermissive template struct test { typedef test prior; }; test<-2147483647-1> f;