Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
static2.C
blob: b68699cf37e819c735b94d95b794f7bf41f9cc59 [
file
] [
log
] [
blame
]
// { dg-do assemble }
// Based on a test case by Koos Vriezen <koos@polder.ubc.kun.nl>
struct
foo
{
static
void
(*
mystatic
)
();
};
void
bar
(
foo
&
t
)
{
t
.
mystatic
();
}