#include <stdio.h> typedef struct S_ { short f[3]; } S __attribute__ ((aligned (8))); S test[16]={}; int main(void) { // your code goes here return 0; }
Standard input is empty
prog.c:4:1: error: alignment of array elements is greater than element size S test[16]={}; ^
Standard output is empty