Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.mike
/
fresco1.C
blob: fe90eb7e76ecb4360592e8ee2c7ebde888ab2341 [
file
] [
log
] [
blame
]
// { dg-do assemble }
// This is a Fresco found bug.
class
WhoCares
{};
typedef
float
Coord
;
class
BugDemo
:
public
WhoCares
{
public
:
typedef
Coord
Matrix
[
4
][
4
];
virtual
void
vf1
(
BugDemo
::
Matrix
m
)
=
0
;
};