waf/playground/use/order/b.c

8 lines
47 B
C

#include "a.h"
int bbb() {
return aaa();
}