blob: 3e90ac8633df3a186f7584026e36b6b412f33fd9 [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
module foo;
static_assert (sizeof (outer<int>::inner<char>::other::type) == 1);
static_assert (sizeof (outer<char>::inner<int>::other::type) == sizeof (int));