blob: f5ccbb93615ddad3de1580104cc7bcad1b4021d6 [file] [log] [blame]
int versioned_func (void);
int main (void) {
return versioned_func();
}