* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / alignof2.C
blobd571d9d77dc66d51ea11a21223acbae4ce20f74a
1 // { dg-do compile { target c++11 } }
2 // { dg-options "-pedantic" }
3 int main(void)
5   alignof(int); //ok with a type but not with an expression
6   alignof(3);   // { dg-warning "alignof" }