Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr18479.c
blob: 493574e8a9f05ddfbdd964fc2d8855544ce25fba [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "" } */
struct
__attribute__
((
visibility
(
"default"
)))
Foo
{
int
foo
;
};
/* { dg-warning "attribute ignored on types" } */