* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / pr83824.C
blob9474e1ebb25d8428c08684699d661a7f62210fff
1 // PR c++/83824
2 // { dg-do compile { target c++11 } }
4 void
5 foo ()
7   if (alignas(1 alignas(1)))    // { dg-error "expected" }
8     ;