waf/playground/use/objects/c.c

6 lines
37 B
C

#include "b.h"
int main() {
b();
}