1 : extern __attribute__((visibility("default"))) int print_status(); 2 : 3 1 : int main() { 4 1 : return print_status(); 5 : }