Files
swift-mirror/lib/Tooling/libSwiftScan/c-include-check.c
Artem Chikin 338b9141e3 Move libSwiftScan from 'tools' to 'lib/Tooling'
'tools' should be reserved for executable tools.
2024-11-14 08:44:32 -08:00

6 lines
244 B
C

// This file serves as a soundness 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;