]> ruin.nu Git - proglang.git/blob - examples/typeerror-redecl
typechecker compiles and is compatible with old programs while using the new state...
[proglang.git] / examples / typeerror-redecl
1 int a = 0;
2 int a = 5;