mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
6 lines
232 B
Swift
6 lines
232 B
Swift
// rdar://problem/54860311.
|
|
// RUN: not %target-typecheck-verify-swift -emit-loaded-module-trace -o %t/mytrace -I %S/Inputs 2>&1 | %FileCheck %s
|
|
|
|
import IllformedModule
|
|
// CHECK: unexpected error produced: malformed compiled module
|