e67.c
配列のサイズがゼロです
修正前 char buffer
[]
; int main() { }
修正後
extern
char buffer[]; int main() { }
解説:
エラーにならないコンパイラーもあります