diff options
Diffstat (limited to 'tests/foreign.toc')
-rw-r--r-- | tests/foreign.toc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/foreign.toc b/tests/foreign.toc index d88a223..92038d9 100644 --- a/tests/foreign.toc +++ b/tests/foreign.toc @@ -22,4 +22,4 @@ hw ::= fn() int { main ::= fn() { hw(); x ::= hw(); -};
\ No newline at end of file +}; |