brintos

brintos / llvm-project-archived public Read only

0
0
Text · 281 B · 84e5860 Raw
8 lines · cpp
1int main()2{3  return 0;4}5 6// RUN: c-index-test -write-pch %t.pch -fno-delayed-template-parsing -x c++-header %S/Inputs/reparse-instantiate.h7// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 5 local -fno-delayed-template-parsing -I %S/Inputs -include %t %s8