Files
hakorune/tests/mir_snapshots/basic_arithmetic.mir

13 lines
145 B
Plaintext
Raw Normal View History

; MIR Module: main
define void @main() {
bb0:
0: %0 = const 42
1: %1 = const 10
2: %2 = %0 Add %1
3: print %2
4: ret %2
}