Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
warn-spec-3_b.C
blob: 0a614f72bec66281ac55c008916cabee286e68f9 [
file
] [
log
] [
blame
]
// { dg-additional-options "-fmodules -fdump-lang-module" }
// Test that we don't re-export the changes from M.
// { dg-final { scan-lang-dump {Diagnostic changes: 0} module } }
export
module
N
;
import
M
;