Files
swift-mirror/test/ScanDependencies/Inputs/CHeaders/Bridging.h
Doug Gregor d6484c8280 [Dependency scanning] Scan and record bridging header dependencies.
When there is a bridging header associated with the module, scan and record
its dependencies. Note them in a separate structure to capture the specific
dependencies of the bridging header.
2020-04-24 12:58:45 -07:00

4 lines
54 B
C

#include "BridgingOther.h"
int bridging_other(void);