blob: 6c8ecaea5dacdaaf952e248997e0b07082e21c5d [file] [log] [blame]
int sub_lib_method(void);
int main(void) {
return 1337 - sub_lib_method();
}