#ifndef HEADER_H
#define HEADER_H

struct _struct {
  int member;
};

#endif