blob: 6675a082f13c6af5467c83958069ce6f2f9061e8 [file] [log] [blame]
// RUN: %target-sil-opt %s
sil @test : $@convention(thin) () -> () {
bb0:
// CHECK: string_literal utf8 "\u{0B}"
%1 = string_literal utf8 "\u{0B}"
// CHECK: string_literal bytes "ABCD"
%4 = string_literal bytes "ABCD"
%6 = tuple () // user: %7
return %6 : $()
}