main.c 87 Bytes Raw Blame History Permalink 1 2 3 4 int main() { int data[4]; return *(int *)(((char *)&data[0]) + 2); // align line }