aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/modules/tpl-friend-13_g.C
blob: b7da60f2322a748333541b8a6626fb4ccc96ee19 (plain)
1
2
3
4
5
6
7
8
9
10
11
// { dg-additional-options "-fmodules-ts" }

import X;
import Y;

// This should happily refer to the same S and T
// as already instantiated in both X and Y
A<long> az;

// And same for f and g
B<long> bz;