1#ifndef PUBLIC1_H
2#define PUBLIC1_H
3
4struct use_this1 { int field; };
5
6#endif
7