2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / ext / dllimport4.C
blobf61773b89a0b0eebe9a76bad7319890222a019a6
1 //  Report error if dllimport attribute in definition itself.
2 // { dg-do compile { target i?86-*-cygwin* i?86-*-mingw*} }
4 __attribute__((dllimport))  void bar () { }     // { dg-error "definition" }
6 __attribute__((dllimport))  int foo = 1;        // { dg-error "definition" }