#ifndef A_H

#include "b.h"

struct a {
    int i;
};


#define A_H
#endif