Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
var-1_a.C
blob: 2a5d6bd0a6ce5f74f8c5786b0911692ee0cff72e [
file
] [
log
] [
blame
]
// { dg-module-do run }
// { dg-additional-options "-fmodules-ts" }
export
module
Var
;
// { dg-module-cmi Var }
export
int
counter
=
2
;
export
extern
const
int
limit
=
5
;