1 // { dg-additional-options "-fmodules-ts" }
2 
3 module blinky;
4 
Inner(int m_)5 X::Inner::Inner (int m_)
6   :m (m_)
7 {
8 }
9