summaryrefslogtreecommitdiff
path: root/tests/ir/string-literal.slang.expected
blob: 6f414b0da93ab6c4013726458c4c396fb38a9a14 (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 = {
### LOWER-TO-IR:
undefined
[entryPoint(6 : Int, "main", "string-literal")]
[numThreads(1 : Int, 1 : Int, 1 : Int)]
[export("_S3tu04mainp1puV")]
[nameHint("main")]
func %main	: Func(Void, UInt)
{
block %1(
		[nameHint("tid")]
		param %tid	: UInt):
	return_val(void_constant)
}
global_hashed_string_literals("Hello \t\n\0x083 World")
###
}
standard output = {
}