Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
partial-6_a.H
blob: 6e0d5ddcaf0d71a42fa0e20a7289b576788529eb [
file
] [
log
] [
blame
]
// PR c++/113814
// { dg-additional-options "-fmodule-header" }
// { dg-module-cmi {} }
#include
"partial-6.h"
template
<
typename
T
>
struct
A
<
T
*>
{
int
a
;
};
template
<
template
<typename>
typename
TT
>
struct
B
<
TT
,
int
>
{
int
b
;
};