Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
part-7_a.C
blob: 32b10f4b6be6078289d365f90d8c22393de1eb36 [
file
] [
log
] [
blame
]
// { dg-additional-options -fmodules-ts }
export
module
foo
:
bill
;
// { dg-module-cmi foo:bill }
export
class
frob
;
export
template
<
int
I
>
class
FROB
;