blob: 0aeb8271b00fc389e23c0aac9ed92aafe8d2f18e [file] [log] [blame]
int statlibfunc(void);
int main(void) {
return statlibfunc();
}