blob: e4cede35b176cc89b15a80e2a4e3e078f43a8bfe [file] [log] [blame]
// PR c++/27801
template<int> int foo(int i)
{
return !( (1 && i) ? 0 : 1 );
}