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

#ifndef __my_int
#define __my_int

#include <stdint.h>

#ifdef __cplusplus
extern "C"
{
#endif

typedef int_fast32_t myint;
}

#endif