1 #include "missing.h"
2 
main()3 int main()
4 {
5     int x;
6     x++;
7 }
8