Files
hakorune/tests/mir_snapshots/string_concat.mir
moe-charm 4201c63001 mir: read plugin method signatures from nyash_box (#134)
* mir: load plugin method signatures

* llvm: read box type ids from nyash_box

* mir: show value types in MIR printer
2025-09-11 03:33:33 +09:00

13 lines
221 B
YAML

; MIR Module: main
define i64 @main() {
bb0:
0: %0: String = const "Hello"
1: %1: String = const "World"
2: %2: Integer = %0 Add %1
3: extern_call env.console.log(%2) [effects: pure|io]
4: ret %2
}