[Sema] Fix __array_rank instantiation (#124491)
[llvm-project.git] / clang / bindings / python / tests / cindex / INPUTS / include.cpp
blob60cfdaae4d09272fe8f2ae0787b5ba6e2f42b9c2
1 #include "header1.h"
2 #include "header2.h"
3 #include "header1.h"
5 int main() { }