IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git] / gcc / testsuite / gcc.dg / c1x-static-assert-5.c
blobd4d0821f0e30c027bb9206733382fd4c47d7992a
1 /* Test C1X static assertions. Non-constant-expression without -pedantic. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c1x" } */
5 _Static_assert ((int)(1.0 + 1.0), "non-constant-expression");