blob: e3d0e8b1a62bc769005a694f7ecf9af6beba8c04 (
plain)
1
2
3
4
5
6
|
// RUN: rm -rf %t
// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 2 none %s -I %S/Inputs -fmodules -fmodules-cache-path=%t -fspell-checking 2>&1 | FileCheck %s
// CHECK: error: declaration of 'Typo' must be imported
// CHECK: error: declaration of 'Typo' must be imported
#include "preamble-with-implicit-import.h"
|