brintos

brintos / llvm-project-archived public Read only

0
0
Text · 56 B · d3fbc8b Raw
6 lines · c
1#ifndef B_H2#define B_H3#include "a.h"4void b();5#endif6