brintos

brintos / llvm-project-archived public Read only

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