Files
swift-mirror/test/SIL/Parser/string_literal.sil
Joe Groff c0a2994564 AST: Start printing function types with @convention instead of old attributes.
And update tests to match.

Swift SVN r27262
2015-04-13 22:51:34 +00:00

9 lines
201 B
Plaintext

// RUN: %target-sil-opt %s -verify
sil @test : $@convention(thin) () -> () {
bb0:
%1 = string_literal utf8 "\u{0B}"
%6 = tuple () // user: %7
return %6 : $()
}