/* TAGS: min c++ */ /* VERIFY_OPTS: -std=c++98 */ /* SKIP_CC: 1 */ #include int main() { assert( __cplusplus == 199711L ); }