Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
dllimport-initialized.C
blob: adc7e82dc1a8569f8af38d79de4393b31585fb04 [
file
] [
log
] [
blame
]
// { dg-do compile { target i?86-*-cygwin* i?86-*-mingw* x86_64-*-mingw* } }
__attribute__
((
dllimport
))
int
i __attribute__
((
unused
))
=
0
;
// { dg-error "32:definition of .int i. is marked .dllimport." }