Clang Project

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