b3e742c5f09c5f581cab7866050cf8128eed672e
[gcc.git] / gcc / testsuite / g++.dg / cpp1z / feat-cxx1z.C
1 // { dg-do compile }
2 // { dg-options "-std=c++1z" }
3
4 #ifndef __cpp_static_assert
5 # error "__cpp_static_assert"
6 #elif __cpp_static_assert != 201411
7 # error "__cpp_static_assert != 201411"
8 #endif