Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
tpl-friend-18_b.C
blob: 2e537edcd4dc2fa9329a8480e14df5358077afee [
file
]
// PR c++/119863
// { dg-additional-options "-fmodules" }
// { dg-module-cmi B }
export
module
B
;
// this should not be considered conflicting
template
<typename>
class
T
;