blob: 0db144c8ff3fa7998d432efd485224a89e483941 [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
extern "C"
{
import "lang-1_a.H";
}
extern "C" int cfunc (int); // { dg-error "conflicting declaration" }
extern "C" int cxxfunc (int);