1 /* Function below main (_start) is part of this object. 2 * So we use main() in this object as a marker for 3 * functions in inlinfo_nested.so. 4 */ 5 6 extern int main_nested(void); 7 8 int main() { 9 return main_nested(); 10 } 11 12