waf/playground/dynamic_build3/main.c

11 lines
75 B
C

#if A == 1
#include "external.h"
int main() {
return zero();
}
#endif