]> ruin.nu Git - proglang.git/blob - examples/typeerror-redecl
typechecking of functions added, not function calls yet though
[proglang.git] / examples / typeerror-redecl
1 int a = 0;
2 int a = 5;