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;