Skip to content

Commit

Permalink
added test
Browse files Browse the repository at this point in the history
  • Loading branch information
Westsi committed Jul 2, 2024
1 parent c6d30fd commit 0c2abb1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/test/arithmetic.dor
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
int main() {
int x = 3
int y = 8
int z = x * y + 2
return z
}
1 change: 1 addition & 0 deletions ci/test/metadata.tests
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
return:0
varret:3
arithmetic:26

0 comments on commit 0c2abb1

Please sign in to comment.