blob: da5d5d68aea94658c9f369945f678536c985301c [file] [log] [blame]
#include "coalesced2.h"
int whatever ();
main ()
{
double ddddd = get_val ();
whatever(); /* a good place to stop in coalesced2a */
}