mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-11 04:38:59 +01:00
11 lines
75 B
C
11 lines
75 B
C
#if A == 1
|
|
|
|
#include "external.h"
|
|
|
|
int main() {
|
|
return zero();
|
|
}
|
|
|
|
#endif
|
|
|