// { dg-additional-options "-fmodules-ts" }

module blinky;

X::Inner::Inner (int m_)
  :m (m_)
{
}
