Clang Project

clang_source_code/test/Index/keep-going-template-instantiations.cpp
1#include "missing.h"
2#include <keep-going-template-instantiations.h>
3
4// RUN: env CINDEXTEST_KEEP_GOING=1 c-index-test -test-load-source none -I%S/Inputs %s 2>&1 | FileCheck %s
5// CHECK-NOT: error: expected class name
6