Home | History | Annotate | Download | only in tests
      1 int main() {
      2    int x;
      3    if (x) return 1;
      4    return 0;
      5 }
      6