shithub: scc

ref: 9648aee381b40790648a893d8e840a97201f4fab
dir: /tests/execute/0104-qbebug.c/

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