]> ruin.nu Git - proglang.git/blob - examples/typeerror-redecl
readBool now reads integer values, where 0 is false and the rest is true, instead...
[proglang.git] / examples / typeerror-redecl
1 int a = 0;
2 int a = 5;