Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// RUN: %clang_cc1 %s -emit-llvm -o -
int bar();
int foo() {
int i;
i = 1 + 2;
while(1) {
i = bar();
};
return i;
}
int foo1() {
if (i == 42)
break;
int foo2() {
continue;
int foo3() {
int foo4() {