diff options
Diffstat (limited to '2p39.cpp')
-rw-r--r-- | 2p39.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/2p39.cpp b/2p39.cpp new file mode 100644 index 0000000..c608394 --- /dev/null +++ b/2p39.cpp @@ -0,0 +1,17 @@ +#include <iostream> + + +/* + * + * 2.39 + * + * + */ + +struct fff {/*...*/}; + +int main () { + + std::cout << "Remove semicolon after struct in file '2p39.cpp' and try compiling to see what the compiler says" << std::endl; + return 0; +} |