mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
338b9141e3
'tools' should be reserved for executable tools.
6 lines
244 B
C
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;
|