* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-stmtexpr.C
blobbebd4f6f41508b57ad34b7b13e4f87922ed25ef3
1 // PR c++/46977
2 // { dg-do compile { target c++11 } }
3 // { dg-options "" }
5 template < typename > void
6 foo ()
8   ({int i;}), 0;