6_7_5_alignas_function.c (76B)
1 _Alignas(16) int f(void) { return 0; } 2 3 int test_main(void) { return f(); }