Files
swift-mirror/tools/libSwiftScan/c-include-check.c
Artem Chikin 53e53db6c0 [Dependency Scanning] Factor the shared library libSwiftScan into tools and add exports file.
This library now relires on a static compiler library called `swiftDependencyScan`, which is also common to being used by `swift-frontend` for its dependency scanner invocations.
2021-01-07 09:08:20 -08:00

6 lines
241 B
C

// This file serves as a sanity check to ensure that the header is parseable
// from C and that no C++ code has sneaked in.
#include "swift-c/DependencyScan/DependencyScan.h"
typedef swiftscan_module_details_t _check_module_details_exists;