]> ruin.nu Git - proglang.git/blob - examples/typeerror-redecl
added pushAndPop function to push and pop the scope
[proglang.git] / examples / typeerror-redecl
1 int a = 0;
2 int a = 5;