Skip to content

Commit e18fbd4

Browse files
author
Mingsheng Hong
committed
Added a new test as suggested by @gottesmm.
1 parent e1139a6 commit e18fbd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/SIL/Parser/string_literal.sil

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ bb0:
88
%2 = const_string_literal utf8 "\u{0B}"
99
// CHECK: const_string_literal utf16 "\u{0B}"
1010
%3 = const_string_literal utf16 "\u{0B}"
11+
// CHECK: string_literal bytes "ABCD"
12+
%4 = string_literal bytes "ABCD"
1113
%6 = tuple () // user: %7
1214
return %6 : $()
1315
}

0 commit comments

Comments
 (0)