]> ruin.nu Git - proglang.git/blob - examples/typeerror-scopewhile
typechecker compiles and is compatible with old programs while using the new state...
[proglang.git] / examples / typeerror-scopewhile
1 while (false)
2 int x = 1;
3 print x;