blob: a5d6c7dd60f52c4abce6a97ce811fceaafff16f0 [file] [log] [blame]
// PR c++/28337
template <int> void foo()
{
(0 ? "" : "X") + 1;
}