mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Introduce a feature flag to add the importing of macro aliases. Remove the Darwin specific carve out.
10 lines
252 B
Swift
10 lines
252 B
Swift
// RUN: %target-typecheck-verify-swift %s -I %S/Inputs/custom-modules -enable-experimental-feature ImportMacroAliases
|
|
// XFAIL: *
|
|
|
|
// REQUIRES: swift_feature_ImportMacroAliases
|
|
|
|
// expected-no-diagnostics
|
|
|
|
import RetroactiveVersioning
|
|
let _ = kVersion
|