2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp2a / cplusplus.C
blob614fc52e391d4c2db177e3991caf1cead077260d
1 // { dg-do compile }
2 // { dg-options "-std=c++2a" }
4 static_assert(__cplusplus > 201703L);