main()1*61d63d0fSDouglas Gregorint 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