ppc64: Arguments to iselInt128Expr_to_32x4 should be initialized.
[valgrind.git] / memcheck / tests / solaris / inlinfo.c
blob113b0f8d002da7e5afdd69e40dba8b7f3d6ea49a
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 */
6 extern int main_nested(void);
8 int main() {
9 return main_nested();