Files
swift-mirror/validation-test/Evolution/Inputs/rth.swift
Jordan Rose f9299e711c [test] rth: Use dynamic linking to properly test backwards-deployment (#14447)
The added test worked before as well; it's to make sure I didn't break
the existing behavior.
2018-02-08 17:14:10 -08:00

6 lines
83 B
Swift

#if BEFORE
public var libIsAfter = false
#else
public var libIsAfter = true
#endif