Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
pr115020_a.C
blob: 8c190f13b1e50692015eff1fe1f007334268c47c [
file
]
// PR c++/115020
// { dg-additional-options "-fmodules-ts -Wno-global-module" }
// { dg-module-cmi M:a }
module
;
struct
Check
{
static
void
assertion
();
};
void
Check
::
assertion
()
{}
module
M
:
a
;
Check
c
;