X-Git-Url: https://ruin.nu/git/?p=proglang.git;a=blobdiff_plain;f=examples%2Ftypeerror-scopewhile;fp=examples%2Ftypeerror-scopewhile;h=edf42be1d562e5d40be6c58fe4904a39ed1227c7;hp=0000000000000000000000000000000000000000;hb=99548e772decde168669179c0da03109a9df5356;hpb=fe6d5e0ac088e6b648a5029b101402c017fd04de diff --git a/examples/typeerror-scopewhile b/examples/typeerror-scopewhile new file mode 100644 index 0000000..edf42be --- /dev/null +++ b/examples/typeerror-scopewhile @@ -0,0 +1,3 @@ +while (false) +int x = 1; +print x;