llvm/clang/test/utils/update-verify-tests/Inputs/no-expected-diags.c

// expected-no-diagnostics
void foo() {
    a = 2;
}