main()
{
    extern long y_();
    long i;

    i = y_();
}

long x_()
{
    return(5L);
}


syntax highlighted by Code2HTML, v. 0.9.1