#include void print_hi(){ size_t A[1]; puts("hi"); A[2] -= 5; } int main(){ print_hi(); return 0; }