summaryrefslogtreecommitdiff
path: root/tests/ir/string-literal.slang.expected
blob: 44464d97a1174416c69e21e92d20a0353859cb81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}
}
standard output = {
}