blob: 8372e6f3e1bcfe58e2ca8425f5aa4d8e1bf8578c [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
import foo;
struct B
{
aint m;
};
static_assert (alignof (B) == 16);