Ticket #388: pbc_sf.pir

File pbc_sf.pir, 154 bytes (added by cotto, 13 years ago)

segfaults Parrot when run with pbc_sf.patch, as described

Line 
1#apply the next patch and run with:
2#./parrot -o foo.pbc this_file.pir
3
4.sub 'aarrrgggghhh'
5    $N0 = atan 1
6.end
7
8.namespace ['x';'y']
9
10.sub 'main'
11.end