// { dg-additional-options -fmodules-ts } module foo; static_assert (sizeof (outer::inner::other::type) == 1); static_assert (sizeof (outer::inner::other::type) == sizeof (int));