aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/modules/friend-6_a.C
blob: 7493e8f262fcd1937c0864cedcfc560f09dbb785 (plain)
1
2
3
4
5
6
7
8
9
10
11
// { dg-additional-options "-fmodules-ts -Wno-pedantic" }
// { dg-module-cmi friend_6 }

module;
# 1 "" 1
template <typename> struct Trans_NS___cxx11_basic_string {
  template <typename> friend class basic_stringbuf;
};
template struct Trans_NS___cxx11_basic_string<char>;
# 6 "" 2
export module friend_6;