[Sema] Fix __array_rank instantiation (#124491)
[llvm-project.git] / clang / bindings / python / tests / cindex / INPUTS / header2.h
blobc4eddc0c5620c18a0a0db4c628cdc6026f096e0b
1 #ifndef HEADER2
2 #define HEADER2
4 #include "header3.h"
6 #endif