blob: 0f9b5f189b6c71142c253f94c65aa15d27d78386 [file] [log] [blame]
extern int real_function ();
int
tst_function ()
{
return real_function ();
}