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