repo.or.cz
/
parrot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix codetest failure - ASSERT_ARGS does not have a ; after and
[parrot.git]
/
t
/
pmc
/
testlib
/
annotations.pir
blob
d670d3aa20899037f826c1d4ba6a66fc07f7d1f2
1
# Copyright (C) 2009-2010, Parrot Foundation.
2
# $Id$
3
4
# This file is used from Packfile PMCs tests
5
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
15
16
# Local Variables:
17
# mode: pir
18
# fill-column: 100
19
# End:
20
# vim: expandtab shiftwidth=4 ft=pir: