blob: 3af596a98d083b26f4be9e960a53cb96b18bb976 [file] [log] [blame]
#ifndef PUBLIC1_H
#define PUBLIC1_H
#include "private1.h"
struct use_this1 { struct mitts_off1 field; };
struct use_this1 public_variable1;
#endif