blob: d3fbc8b3ad596e3a9f9079e8f79181efc387ea8a [file] [log] [blame]
Richard Smithd6509cf2018-09-15 01:21:15 +00001#ifndef B_H
2#define B_H
3#include "a.h"
4void b();
5#endif