summaryrefslogtreecommitdiffstats
path: root/test cases/common/7 mixed/main.cc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test cases/common/7 mixed/main.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/test cases/common/7 mixed/main.cc b/test cases/common/7 mixed/main.cc
new file mode 100644
index 0000000..9a7a7a6
--- /dev/null
+++ b/test cases/common/7 mixed/main.cc
@@ -0,0 +1,7 @@
+extern "C" int func();
+
+class BreakPlainCCompiler;
+
+int main(void) {
+ return func();
+}