blob: 5329e62da3d671f6f03258d52829e20116794fcb [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
export module foo;
// { dg-module-cmi foo }
export struct ting
{
int a;
int b : 3;
int c : 5;
};