OSDN Git Service

* gcc.dg/tm/memopt-6.c: Cleanup tmedge tree dump.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / typeid-template-argument.C
1 // This used to ICE (PR28420)
2
3 // { dg-do compile }
4
5 template<int> struct A;
6
7 int i = sizeof(A<typeid>); // { dg-error "operator cannot appear in a constant-expression|template argument 1 is invalid" }