aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/modules/tpl-friend-12_f.C
blob: c9855663fbd8cd2d3b60a687fbe8f6be50570071 (plain)
1
2
3
4
5
6
7
8
// { dg-additional-options "-fmodules-ts" }

import M;

int main() {
  B<double> b{};
  go_in_module();
}