mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
11 lines
321 B
Swift
11 lines
321 B
Swift
// RUN: %empty-directory(%t)
|
|
// RUN: %target-swift-ide-test -print-module -module-print-submodules -module-to-print=Foundation -function-definitions=false -source-filename %s > %t/out 2>&1
|
|
// RUN: %FileCheck -input-file=%t/out %s
|
|
|
|
// REQUIRES: objc_interop
|
|
|
|
import Foundation
|
|
|
|
// CHECK: func loadAndReturnError() throws
|
|
|