xref: /minix3/external/bsd/llvm/dist/clang/test/Index/reparse-instantiate.cpp (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)

main()1*f4a2713aSLionel Sambuc int main()
2*f4a2713aSLionel Sambuc {
3*f4a2713aSLionel Sambuc   return 0;
4*f4a2713aSLionel Sambuc }
5*f4a2713aSLionel Sambuc 
6*f4a2713aSLionel Sambuc // RUN: c-index-test -write-pch %t.pch -fno-delayed-template-parsing -x c++-header %S/Inputs/reparse-instantiate.h
7*f4a2713aSLionel Sambuc // 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