]> ruin.nu Git - proglang.git/blob - examples/typeerror-redecl
fully functional and C99 (not C90) compliant output
[proglang.git] / examples / typeerror-redecl
1 int a = 0;
2 int a = 5;