Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
linkage2.C
blob: 97f8ef2fcaa1162624a95ff023f4697038edc8fa [
file
] [
log
] [
blame
]
// PR c++/65811
struct
foo
{
int
i
;
};
static
void
fn1
();
inline
void
fn1
()
{
static
struct
foo a
[
1
];
}