Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
pr88568.C
blob: 9d344fd91474366ad0dcf60e4b8363df8d189316 [
file
] [
log
] [
blame
]
// PR c/88568
// { dg-do compile }
// { dg-require-dll "" }
struct
S
{
__attribute__
((
dllimport
))
static
const
char
foo
[];
};
int
foo
(
int
x
)
{
return
S
::
foo
[
x
];
}