summaryrefslogtreecommitdiff
path: root/2p39.cpp
diff options
context:
space:
mode:
Diffstat (limited to '2p39.cpp')
-rw-r--r--2p39.cpp17
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;
+}