Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
concept-7_a.C
blob: a39b31bf7f00c5c1a412ede80df89ba05610ff67 [
file
] [
log
] [
blame
]
// PR c++/102963
// { dg-additional-options "-fmodules-ts -fconcepts" }
// { dg-module-cmi pr102963 }
export
module
pr102963
;
export
template
<
class
T
>
concept
C
=
__is_same
(
T
,
int
);