blob: c1ece33fbca9b203a5e785f90cf6cbee516be046 [file] [log] [blame]
int func1_in_obj();
int main(int argc, char **argv) {
return func1_in_obj();
}