Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
init-5_b.C
blob: 40973cc693681b6f4a05a3d14705e2e80a29d3ca [
file
] [
log
] [
blame
]
// { dg-module-do run }
// { dg-additional-options "-fmodules-ts" }
import
M
;
int
main
()
{
const
int
&
x
=
A
::
x
;
if
(
x
!=
-
1
)
__builtin_abort
();
}