Untitled
3 years ago in Plain Text
test
void main() {
int x;
printf("%d", x");
exit(1);
}