mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The added test worked before as well; it's to make sure I didn't break the existing behavior.
6 lines
83 B
Swift
6 lines
83 B
Swift
#if BEFORE
|
|
public var libIsAfter = false
|
|
#else
|
|
public var libIsAfter = true
|
|
#endif
|