0236-sizeof.c (86B)
1 2 int 3 main(void) 4 { 5 int nomatches[128]; 6 7 return sizeof(nomatches)[0] - sizeof(int); 8 }