/* Test C23 storage class specifiers in compound literals: GNU use of alignof on objects (tested separately since alignof parsing handles the type name of compound literals). */ /* { dg-do compile } */ /* { dg-options "-std=gnu23" } */ int a = alignof (static int) { 0 };