Google
 

Trailing-Edge - PDP-10 Archives - SRI_NIC_PERM_FS_1_19910112 - c/kcc/tret.c
There are no other files named tret.c in the archive.
main(a)
{
    int b = a*2, c;
    return c = (b += b);
}