13 lines
150 B
Plaintext
13 lines
150 B
Plaintext
|
|
; MIR Module: main
|
||
|
|
|
||
|
|
define void @main() {
|
||
|
|
bb0:
|
||
|
|
0: %0 = const 42
|
||
|
|
1: %1 = const 42
|
||
|
|
2: %2 = icmp Eq %0, %1
|
||
|
|
3: print %2
|
||
|
|
4: ret %2
|
||
|
|
}
|
||
|
|
|
||
|
|
|