]> ruin.nu Git - proglang.git/blobdiff - examples/typeerror-funcnoreturn
rejects functions without return statements
[proglang.git] / examples / typeerror-funcnoreturn
diff --git a/examples/typeerror-funcnoreturn b/examples/typeerror-funcnoreturn
new file mode 100644 (file)
index 0000000..1fb75eb
--- /dev/null
@@ -0,0 +1,3 @@
+int a(){
+       int a;
+}