]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/c11-static-assert-6.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / c11-static-assert-6.c
CommitLineData
1bec9d5f 1/* Test C11 static assertions. Non-constant-expression with -pedantic. */
32912286 2/* { dg-do compile } */
1bec9d5f 3/* { dg-options "-std=c11 -pedantic" } */
32912286
JM
4
5_Static_assert ((int)(1.0 + 1.0), "non-constant-expression"); /* { dg-warning "not an integer constant expression" } */