blob: bfb4499cc55b101fe8bba7a27b17e1ad091f37a2 [file] [log] [blame]
// RUN: %target-swift-frontend -typecheck -verify %s
@testable func foo() {} // expected-error {{@testable may only be used on 'import' declarations}} {{1-11=}}