xref: /llvm-project/clang/test/Index/reparse-instantiate.cpp (revision 61d63d0fd7b3ebe3dc5a4d09c8adfd2bf28e93d3)

main()1*61d63d0fSDouglas Gregor int main()
2*61d63d0fSDouglas Gregor {
3*61d63d0fSDouglas Gregor   return 0;
4*61d63d0fSDouglas Gregor }
5*61d63d0fSDouglas Gregor 
6*61d63d0fSDouglas Gregor // RUN: c-index-test -write-pch %t.pch -fno-delayed-template-parsing -x c++-header %S/Inputs/reparse-instantiate.h
7*61d63d0fSDouglas Gregor // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 5 local -fno-delayed-template-parsing -I %S/Inputs -include %t %s
8