8 lines
93 B
LLVM
8 lines
93 B
LLVM
label main:
|
|
b0:
|
|
%1 = mul i32 3, i32 3
|
|
%2 = add %1, i32 1
|
|
param %2
|
|
%3 = call putchar
|
|
|