mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
11 lines
283 B
Swift
11 lines
283 B
Swift
// RUN: %target-swift-ide-test -print-module -module-to-print=RedefinedMacro -I %S/Inputs -source-filename=x | %FileCheck %s
|
|
|
|
// We cannot import redefined macros.
|
|
// CHECK-NOT: FOO
|
|
// CHECK-NOT: TMP_FOO
|
|
// CHECK-NOT: THREE
|
|
// CHECK-NOT: THE_MAX
|
|
|
|
// CHECK: var BAR
|
|
// CHECK: var BAZ
|