diff options
Diffstat (limited to 'tests/vm/printi_signed_hex.elna')
| -rw-r--r-- | tests/vm/printi_signed_hex.elna | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/vm/printi_signed_hex.elna b/tests/vm/printi_signed_hex.elna new file mode 100644 index 0000000..465c852 --- /dev/null +++ b/tests/vm/printi_signed_hex.elna @@ -0,0 +1,3 @@ +proc main() { + printi(+0x81); +} |
