brintos

brintos / llvm-project-archived public Read only

0
0
Text · 102 B · 31247f7 Raw
8 lines · c
1#ifndef E_H2#define E_H3#define HEADER "a.h"4#include HEADER5#include "b.h"6const int e = a*b;7#endif8