/* VERIFY_OPTS: -std=c++14 */ /* SKIP_CC: 1 */ #include int main() { assert( __cplusplus == 201402L ); }