android_mt6572_jiabo/external/clang/test/Modules/Inputs/submodule-visibility/c.h
2025-09-05 16:56:03 +08:00

6 lines
64 B
C

#ifndef C_H_INCLUDED
#define C_H_INCLUDED
struct C {};
#endif