#ifndef B_H
#define B_H

#include "ac.h"

struct b {
    int i;
};


#endif