#include "version.h" #include "libc.h" const char __libc_version[] = VERSION; #ifdef TEST int main(void) { return 0; } #endif