fix codetest failure - ASSERT_ARGS does not have a ; after and
[parrot.git] / t / pmc / testlib / annotations.pir
blobd670d3aa20899037f826c1d4ba6a66fc07f7d1f2
1 # Copyright (C) 2009-2010, Parrot Foundation.
2 # $Id$
4 # This file is used from Packfile PMCs tests
6 .sub 'main'
7 .annotate "file", "annotations.pir"
8 .annotate "creator", "Parrot Foundation"
9 .annotate "line", 1
10     say "Hi"
11     say "line"
12 .annotate "line", 2
13     .return ()
14 .end
16 # Local Variables:
17 #   mode: pir
18 #   fill-column: 100
19 # End:
20 # vim: expandtab shiftwidth=4 ft=pir: