* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / pr47476.C
blobbf9a06527878decdf9df4a18cca8c9faa0197e17
1 // PR c++/47476
2 // { dg-do compile { target c++11 } }
4 int
5 foo (int a, int b)
7   const bool c ((a != 0) == (b != 26));
8   return c;