aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/errors/c_extra_rblock.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/errors/c_extra_rblock.i')
-rw-r--r--Examples/test-suite/errors/c_extra_rblock.i8
1 files changed, 8 insertions, 0 deletions
diff --git a/Examples/test-suite/errors/c_extra_rblock.i b/Examples/test-suite/errors/c_extra_rblock.i
new file mode 100644
index 000000000..3e8e86a19
--- /dev/null
+++ b/Examples/test-suite/errors/c_extra_rblock.i
@@ -0,0 +1,8 @@
+%module xxx
+
+int foo(int x);
+
+%}
+
+
+