Compiler projects using llvm
#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