6_7_5_alignas_weaker_than_natural.c (76B)
1 _Alignas(1) static double x; 2 3 int test_main(void) { return (int)sizeof x; }