llvm/clang/test/Modules/Inputs/libc-libcxx/sysroot/Frameworks/A.framework/Headers/A.h

#ifndef __my_a
#define __my_a

#include <A/int.h>
#include <stdint.h>

#ifdef __cplusplus
extern "C"
{
#endif

typedef int_fast32_t my_a;
}

#endif