Skip to content

Commit

Permalink
Readd test pir files
Browse files Browse the repository at this point in the history
  • Loading branch information
bacek committed Mar 28, 2011
1 parent eedef4e commit 6537caa
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/compilers/opsc/data/01.pir
@@ -0,0 +1,3 @@
.sub 'main' :main
noop
.end
3 changes: 3 additions & 0 deletions t/compilers/opsc/data/02.pir
@@ -0,0 +1,3 @@
.sub 'main' :main
say 42
.end
5 changes: 5 additions & 0 deletions t/compilers/opsc/data/03.pir
@@ -0,0 +1,5 @@
.sub 'main' :main
say "Answer"
say 42
say "Correct"
.end
4 changes: 4 additions & 0 deletions t/compilers/opsc/data/04.pir
@@ -0,0 +1,4 @@
.sub 'main' :main
$I0 = 42
say $I0
.end
5 changes: 5 additions & 0 deletions t/compilers/opsc/data/05.pir
@@ -0,0 +1,5 @@
.sub 'main' :main
$I0 = 42
say $I0
.return ()
.end

0 comments on commit 6537caa

Please sign in to comment.