Ticket #1264: leak

File leak, 65 bytes (added by quietfanatic, 12 years ago)

Since newlines were lost in the formatting I have attached the program as a file

Line 
1.sub 'main'
2  lab:
3    'foo'()
4    goto lab
5.end
6.sub 'foo'
7.end