920721-2.c   [plain text]


f(){}
main(){int n=2;double x[n];f();exit(0);}