aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.law/cvt22.C
blob: 9d72a6c4219e9435f8568c76efd579944014250f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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;
};