]> ruin.nu Git - proglang.git/blob - examples/typeerror-scopewhile
minor change
[proglang.git] / examples / typeerror-scopewhile
1 while (false)
2 int x = 1;
3 print x;