blob: 03c0ad98dfd8d1d37731a18b7b67ded5b5c182c9 [file] [log] [blame]
Richard Smithbeb44782015-06-20 01:05:19 +00001// Include definition of A into the same module as c.h
2#include "a.h"
Richard Smith1e02a5a2015-06-25 21:42:33 +00003
4struct B {};