llvm/clang/test/utils/update-verify-tests/Inputs/multiple-errors.c

void foo() {
    a = 2;
    b = 2;

    c = 2;
}