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