]> ruin.nu Git - proglang.git/blobdiff - examples/typeerror-redecl
typechecker finds redeclaration of a variable
[proglang.git] / examples / typeerror-redecl
diff --git a/examples/typeerror-redecl b/examples/typeerror-redecl
new file mode 100644 (file)
index 0000000..c96734e
--- /dev/null
@@ -0,0 +1,2 @@
+int a = 0;
+int a = 5;