OSDN Git Service

cp:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / crash25.C
1 // Build don't link:
2
3 template <class T>
4 void f()
5 {
6   int i[1 << 3];
7 }