The following is a legit, albeit a little obscure, C89 program. It is also a legit C++11 (and above) program.
int main(void) { auto a = 42; return 0; } |
The following is a legit, albeit a little obscure, C89 program. It is also a legit C++11 (and above) program.
int main(void) { auto a = 42; return 0; } |