1#ifndef _CSHM_DUMMY_H 2#define _CSHM_DUMMY_H 3 4struct non_existent_struct; 5struct struct_with_member 6{ 7 int member; 8}; 9 10#endif 11 12