• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download

main()1 int main() {
2    int x;
3    if (x) return 1;
4    return 0;
5 }
6