mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This separates it from `libSwiftScan` and allows us to build this library without building much of the rest of the compiler. Also refactor `utils/build-parser-lib` into `utils/build-tooling-libs` which builds both SwiftSyntaxParser and SwiftStaticMirror.
6 lines
227 B
C
6 lines
227 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/StaticMirror/BinaryScan.h"
|
|
typedef swift_static_mirror_t _check_mirror_type_exists;
|