* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / static_assert14.C
blobee709f4200fe1cd761db5c6a11ae5c6ee2430068
1 // PR c++/84596
2 // { dg-do compile { target c++11 } }
4 template<int x>
5 void b(int c) {
6   static_assert (c, "c"); // { dg-error "non-constant|not a constant" }