Codebase Browser
llvm
Go to App
llvm
/
clang/test/utils/update-verify-tests/Inputs/
no-expected-diags.c.expected
void foo() { // expected-error@+1{{use of undeclared identifier 'a'}} a = 2; }