1 // { dg-additional-options -fmodules-ts }
2 export module foo;
3 // { dg-module-cmi foo }
4 
5 typedef float _IO_lock_t;
6 
7 _IO_lock_t _lock;
8