921e5a0eb4
From-SVN: r14840
16 lines
356 B
C
16 lines
356 B
C
// Build don't link:
|
|
// GROUPS passed conversions
|
|
// cvt file
|
|
// Message-Id: <9303241504.AA25988@spock.orl.mmc.com>
|
|
// Subject: internal compiler error
|
|
// Date: Wed, 24 Mar 1993 10:04:06 -0500
|
|
// From: "Malcolm C. Strickland" <chucks@orl.mmc.com>
|
|
|
|
|
|
main()
|
|
{
|
|
double *d;
|
|
d = new double(10);
|
|
return 1;
|
|
}
|