brintos

brintos / llvm-project-archived public Read only

0
0
Text · 80 B · a597b01 Raw
7 lines · c
1#ifndef D_H2#define D_H3#include "a.h"4#include "b.h"5const int d = a+b;6#endif7