blob: dc033d301eeb881f25020302483c5f20377fab4c [file] [log] [blame]
// PR c++/114950
// { dg-additional-options "-fmodules-ts" }
// { dg-module-cmi M:a }
module M:a;
struct A {};
extern "C++" struct B {};
void f(int) {}
extern "C++" void f(double) {}