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