blob: 6211973bd36deab733338745318c3d0c2844c1b2 [file] [log] [blame]
#include <iostream>
#include "coalesced2.h"
int
whatever ()
{
double ddddd = get_val ();
std::cout << ddddd << std::endl;
return (int) ddddd; /* a good place to stop in coalesced2b */
}