waf/playground/use/transitivity/b.c

7 lines
37 B
C

#include "a.h"
void b () {
a();
}