xref: /llvm-project/clang/test/Index/c-index-unsupported-warning-test.c (revision be0474c047b1cb01225494ccb3210d501490685c)
1*be0474c0SManuel Klimek // RUN: c-index-test -code-completion-at=%s:1:1 -Wunknown-foo-bar-warning -Werror %s
2*be0474c0SManuel Klimek 
3*be0474c0SManuel Klimek void f();
4