diff options
Diffstat (limited to 'tests/ir/string-literal.slang.expected')
| -rw-r--r-- | tests/ir/string-literal.slang.expected | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/ir/string-literal.slang.expected b/tests/ir/string-literal.slang.expected new file mode 100644 index 000000000..8df3ff00e --- /dev/null +++ b/tests/ir/string-literal.slang.expected @@ -0,0 +1,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 = { +} |
