brintos

brintos / llvm-project-archived public Read only

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