2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / fresco1.C
blobfe90eb7e76ecb4360592e8ee2c7ebde888ab2341
1 // { dg-do assemble  }
3 // This is a Fresco found bug.
5 class WhoCares {};
7 typedef float Coord;
9 class BugDemo : public WhoCares {
10 public:
11   typedef Coord Matrix[4][4];
12   virtual void vf1(BugDemo::Matrix m) = 0;