Files
hakorune/tests/mir_snapshots/string_concat.mir

13 lines
155 B
Plaintext
Raw Normal View History

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