android_mt6572_jiabo/external/valgrind/memcheck/tests/solaris/inlinfo.c
2025-09-05 16:56:03 +08:00

11 lines
219 B
C

/* Function below main (_start) is part of this object.
* So we use main() in this object as a marker for
* functions in inlinfo_nested.so.
*/
extern int main_nested(void);
int main() {
return main_nested();
}