blob: b1b12f321b7a0952d8564e80bab11603efc2e7c3 [file] [log] [blame]
#include "coalesced1.h"
int whatever ();
int
main ()
{
MyCls a(5);
float mmmmm = 5.0;
double anothervar;
anothervar = a.x;
whatever(); /* a good place to stop in coalesced1a */
}