LCA2011 version
[tridge/junkcode.git] / badcode.c
1 int main(void)
2 {
3         int x;
4         printf("x=%d\n", x);
5         return 0;
6 }