brintos

brintos / llvm-project-archived public Read only

0
0
Text · 117 B · 539ee5b Raw
12 lines · c
1#include "begin.h"2 3#ifdef INCLUDE_A4#include "a.h"5#endif6 7#ifdef INCLUDE_B8#include "b.h"9#endif10 11#include "end.h"12