blob: 237fadf87e5f82903b95d7c223df4c4ee615d4fc [file] [log] [blame]
//statement
do {int i = 1; i = i + 1;} while (a > b)