OSDN Git Service

2010-02-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
[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