summaryrefslogtreecommitdiff
path: root/tests/ir/string-literal.slang.expected
blob: 9ebf8b78b0e7edbe33e0769e8de4e3e02276b043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
result code = 0
standard error = {
### LOWER-TO-IR:
[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_void
}
global_hashed_string_literals("Hello \t\n\0x083 World")
###
}
standard output = {
}