1 // { dg-additional-options -fmodules-ts }
2 
3 export module foo;
4 // { dg-module-cmi foo }
5 
6 export struct ting
7 {
8   int a;
9   int b : 3;
10   int c : 5;
11 };
12