blob: bc98ca9e0ec64da3d86066d197648661bcc64a01 [file] [log] [blame]
Stephen Hines6bcf27b2014-05-29 04:14:42 -07001#ifndef PUBLIC1_H
2#define PUBLIC1_H
3
4struct use_this1 { int field; };
5
6#endif