OSDN Git Service

PR c++/54858
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / string1.C
1 // PR c++/28337
2
3 template <int> void foo()
4 {
5   (0 ? "" : "X") + 1;
6 }
7