PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git] / gcc / testsuite / g++.dg / template / string1.C
bloba5d6c7dd60f52c4abce6a97ce811fceaafff16f0
1 // PR c++/28337
3 template <int> void foo()
5   (0 ? "" : "X") + 1;