Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
auto-6_b.C
blob: aab7be4e530169f577c7ad2f238ea3b285befed7 [
file
] [
log
] [
blame
]
// { dg-additional-options "-fmodules-ts -fno-module-lazy" }
inline
auto
foo
()
{
// { dg-error "conflicting" }
return
1.0
;
}
import
"auto-6_a.H"
;