blob: bc0b1fdf2595555add2292bfaaa2f2eb9d96027c [file]
int main() {
#if __cplusplus == 199711L
return 1;
#else
return 0;
#endif
}