#ifndef INCLUDEA_H #define INCLUDEA_H typedef struct s_a { int a; } A; #endif