xref: /llvm-project/clang/test/Index/keep-going-template-instantiations.cpp (revision 878271b2945e89b868fb8daefea3dfaffce32710)
1*878271b2SIvan Donchevskii #include "missing.h"
2*878271b2SIvan Donchevskii #include <keep-going-template-instantiations.h>
3*878271b2SIvan Donchevskii 
4*878271b2SIvan Donchevskii // RUN: env CINDEXTEST_KEEP_GOING=1 c-index-test -test-load-source none -I%S/Inputs %s 2>&1 | FileCheck %s
5*878271b2SIvan Donchevskii // CHECK-NOT: error: expected class name
6