Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
warn-spec-4_b.C
blob: fce9b849308c84f1bf273388340248e4f1761f0c [
file
] [
log
] [
blame
]
// PR c++/124459
// { dg-additional-options "-fmodules -Wunused-but-set-variable" }
import
M
;
void
test
()
{
foo
(
123
);
}