brintos

brintos / llvm-project-archived public Read only

0
0
Text · 150 B · 03d0a85 Raw
10 lines · c
1#ifndef PUBLIC2_H2#define PUBLIC2_H3 4#include "private2.h"5 6struct use_this2 { struct mitts_off2 field; };7struct use_this2 public_variable2;8 9#endif10