1 // { dg-additional-options -fmodules-ts }
2 module foo;
3 
bob()4 _IO_lock_t bob ()
5 {
6   return _lock;
7 }
8