Files
2018-08-02 17:53:23 +01:00

9 lines
137 B
C++

#include "a.h"
#include "s.h" // include a complete definition of Thing
void g(Thing *thing) {
Foo f;
f.bar(thing);
baz(thing);
}