#ifndef A_H #define A_H #include "bc.h" struct a { int i; }; #endif