shithub: scc

ref: 97426651206b41873b551f25c26f70967b769ef8
dir: /tests/execute/0104-qbebug.c/

View raw version

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