3 // RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:%(line-1):7 %s | FileCheck %s
4 // CHECK: PREFERRED-TYPE: _Bool
7 // RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:%(line-1):10 %s | FileCheck %s
10 // RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:%(line-1):10 %s | FileCheck %s
12 // FIXME(ibiryukov): the condition in do-while is parsed as expression, so we
13 // fail to detect it should be converted to bool.