shithub: scc

ref: 4ca822523b4538c4267bdd8604fd6a71c7e6aca8
dir: /tests/execute/0104-qbebug.c/

View raw version
int
main()
{
  int c;
  c = 0;
  do
    ;
  while (0);
  return c;
}