blob: 5e27d0ab21885c963c5df069c547dc9e2859c2e7 [file] [log] [blame]
// RUN: %target-swift-frontend -typecheck -emit-parseable-module-interface-path - %s | %FileCheck %s
// RUN: %target-swift-frontend -typecheck -emit-parseable-module-interface-path - %s %S/Inputs/other.swift | %FileCheck -check-prefix CHECK -check-prefix CHECK-MULTI-FILE %s
// CHECK: public func verySimpleFunction(){{$}}
public func verySimpleFunction() {}
// CHECK: public func ownership(_ x: __shared AnyObject){{$}}
public func ownership(_ x: __shared AnyObject) {}
// CHECK-MULTI-FILE: public func otherFileFunction(){{$}}