blob: 8df3ff00ed0b64dc9f168535d19efccd4aa388fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
result code = 0
standard error = {
let %1 : _ = UInt()
let %2 : _ = Void()
let %3 : _ = Func(%2, %1)
let %4 : _ = BasicBlock()
Ptr(%1)
let %5 : _ = String()
let %6 : %5 = string_constant("Hello \t\n\0x083 World")
func @_S04mainp1puV : %3
{
block %7(
param %8 : %1):
return_void()
}
}
standard output = {
}
|