summaryrefslogtreecommitdiff
path: root/support/regression/qct/0103-qbebug.c
blob: 633b86f0edeafe01343495e395a5b631266a4e41 (plain)
1
2
3
4
5
6
7
8
9
10
11

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