Files
swift-mirror/test/SILGen/semanticsattr.swift
2017-08-29 19:17:25 -07:00

6 lines
233 B
Swift

// RUN: %target-swift-frontend -parse-stdlib -emit-silgen -enable-sil-ownership %s | %FileCheck %s
// CHECK: [_semantics "123"] [_semantics "223"] @func1
@_semantics("223") @_semantics("123")
@_silgen_name("func1") func func1() { }