// { dg-module-do run } // { dg-additional-options "-fmodules-ts" } export module billy.bob.thornton; // { dg-module-cmi "billy.bob.thornton" } export template struct Outer { template struct Inner { static unsigned m () { return I * J; } }; };