blob: be7bd4d0a1375dbc61b9cff2f8be97778e038aa3 [file] [log] [blame]
// RUN: %target-sil-opt -assume-parsing-unqualified-ownership-sil %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 : $()
}