diff options
author | Johnny Richard <johnny@johnnyrichard.com> | 2023-04-15 03:07:21 +0200 |
---|---|---|
committer | Johnny Richard <johnny@johnnyrichard.com> | 2023-04-15 03:07:21 +0200 |
commit | bf2c6f765db1b349d5bd5ce98631144f9cab654a (patch) | |
tree | f6c8e142f9324c2663e96cac469b9a1bc31621b2 /examples/main.pipa | |
parent | 7720f00ffdb6fb23cec263d6aef67f54fd698d95 (diff) |
parser: Generate GAS 64-bit assembly for linux
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com>
Diffstat (limited to 'examples/main.pipa')
-rw-r--r-- | examples/main.pipa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/main.pipa b/examples/main.pipa index 5767e09..6524bec 100644 --- a/examples/main.pipa +++ b/examples/main.pipa @@ -1,3 +1,3 @@ main(): i32 { - return 1; + return 69; } |