Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
loc-2_e.C
blob: c4d0acb7db8253d0a051c0d2e1aada18031755fb [
file
] [
log
] [
blame
]
// { dg-additional-options "-fmodules-ts" }
import
stuart
;
import
bob
;
import
stuart
;
void
foo
()
{
frob
(
2
);
// { dg-error "invalid conversion" }
}
// { dg-regexp "In module bob, imported at \[^\n]*loc-2_e.C:4:\n\[^\n]*loc-2_a.C:6:18: note:.*" }