trisquel-icecat/icecat/third_party/python/gyp/test/link-objects/base.c

6 lines
57 B
C

void extra();
int main(void) {
extra();
return 0;
}