// PR c++/28337

template <int> void foo()
{
  (0 ? "" : "X") + 1;
}



syntax highlighted by Code2HTML, v. 0.9.1