Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
bug-1_b.C
blob: 7b5baeb9276669fa68e0040a5752ed321483a861 [
file
] [
log
] [
blame
]
// { dg-additional-options "-fmodules-ts" }
import
One
;
int
main
()
{
if
(
Frob
(
2
)
!=
-
2
)
return
1
;
return
0
;
}