mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
7 lines
210 B
Swift
7 lines
210 B
Swift
// RUN: %target-swiftc_driver -c %s -o %t
|
|
// RUN: not %target-swift-autolink-extract 2>&1 | FileCheck %s
|
|
|
|
// REQUIRES: autolink-extract
|
|
|
|
// CHECK: <unknown>:0: error: this mode requires at least one input file
|