Compiler projects using llvm
void f() {
  while (false)
    ;
  while (false) {
  }
  while (bool ini = true)
    ;
}