xref: /llvm-project/clang/test/Modules/Inputs/libc-libcxx/sysroot/Frameworks/A.framework/Headers/A.h (revision 0ac158a528d3f490af6e4ed5a7d8ff7f878f9baf)
1 #ifndef __my_a
2 #define __my_a
3 
4 #include <A/int.h>
5 #include <stdint.h>
6 
7 #ifdef __cplusplus
8 extern "C"
9 {
10 #endif
11 
12 typedef int_fast32_t my_a;
13 }
14 
15 #endif
16