brintos

brintos / llvm-project-archived public Read only

0
0
Text · 150 B · 3af596a Raw
10 lines · c
1#ifndef PUBLIC1_H2#define PUBLIC1_H3 4#include "private1.h"5 6struct use_this1 { struct mitts_off1 field; };7struct use_this1 public_variable1;8 9#endif10