Reset branch to trunk.
[official-gcc.git] / trunk / gcc / testsuite / g++.dg / template / cond6.C
blobe4cede35b176cc89b15a80e2a4e3e078f43a8bfe
1 // PR c++/27801
3 template<int> int foo(int i)
5   return !( (1 && i) ? 0 : 1 );