llvm-project/clang/test/Index/skip-parsed-bodies/imported.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
89 B
C
Raw Normal View History

extern int some_val;
static inline int imp_foo() {
++some_val; return undef_impval;
}