mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
6 lines
230 B
C
6 lines
230 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/StaticMirror/BinaryScan.h"
|
|
typedef swift_static_mirror_t _check_mirror_type_exists;
|