mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
6 lines
211 B
Swift
6 lines
211 B
Swift
// RUN: %target-swift-frontend -parse-stdlib -emit-silgen %s | %FileCheck %s
|
|
|
|
// CHECK: [_semantics "123"] [_semantics "223"] @func1
|
|
@_semantics("223") @_semantics("123")
|
|
@_silgen_name("func1") func func1() { }
|