blob: d3fbc8b3ad596e3a9f9079e8f79181efc387ea8a [file]
#ifndef B_H
#define B_H
#include "a.h"
void b();
#endif