#ifndef _a_h
#define _a_h

#include "b.h"

int a(void);

#endif