main: add function call to mock

This commit is contained in:
Antoine Viallon 2023-05-23 23:26:05 +02:00
parent ec1001bfd3
commit 717bd60e86
Signed by: aviallon
GPG key ID: D126B13AB555E16F

View file

@ -30,6 +30,7 @@ def main():
let a: uint32 = byte; let a: uint32 = byte;
} }
{ let b: uint32; } { let b: uint32; }
display(byte, 3) + 1;
""" """
if not args.mock: if not args.mock:
data = sys.stdin.read().strip() data = sys.stdin.read().strip()