Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
warn-spec-3_c.C
blob: 2e466c09c8b373a022bf3d07a44aecc2ad491113 [
file
] [
log
] [
blame
]
// { dg-additional-options "-fmodules -fdump-lang-module" }
// Test that we clean up the unpopped change in M.
// { dg-final { scan-lang-dump {Adding final pop} module } }
import
N
;
import
M
;
int
main
()
{
f
({
24
,
42
});
}