summaryrefslogtreecommitdiff
path: root/tests/ir/string-literal.slang.expected
blob: 3f6b2f0ff7a53df236219b98f477c35f5a54b1ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
result code = 0
standard error = {
[entryPoint(6, "main")]
[numThreads(1, 1, 1)]
[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 = {
}