brintos

brintos / llvm-project-archived public Read only

0
0
Text · 359 B · a0ae7a3 Raw
21 lines · c
1#define MODULE2#define INTEGER(X) int3#define FLOAT float4#define DOUBLE double5 6#__public_macro INTEGER7#__private_macro FLOAT8#__private_macro MODULE9 10int (INTEGER);11 12#if !__building_module(macros)13#  error Can't include this header without building the 'macros' module.14#endif15 16#ifdef __MODULE__17extern int __MODULE__;18#endif19 20#include "macros-indirect.h"21