1 2 3 4 5 6 7 8
#include <unistd.h> #include <stdlib.h> __attribute__((force_align_arg_pointer)) int main() { write(1, ":3\n", 3); exit(0); }