8sa1-gcc/gcc/testsuite/g++.old-deja/g++.law/cvt22.C
Jeff Law 921e5a0eb4 Initial revision
From-SVN: r14840
1997-08-19 01:34:40 -06:00

15 lines
287 B
C

// Build don't link:
// GROUPS passed conversions
// cvt file
// Message-Id: <93Aug2.163542pdt.26892@franklin.parc.xerox.com>
// From: Jesse Hull <jhull@parc.xerox.com>
// Subject: typedef bug
// Date: Mon, 2 Aug 1993 16:35:28 PDT
typedef int A[10];
main()
{
int* a1 = new A;
};