1 | // RUN: rm -rf %t |
---|---|
2 | // 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 |
3 | // CHECK: error: declaration of 'Typo' must be imported |
4 | // CHECK: error: declaration of 'Typo' must be imported |
5 | |
6 | #include "preamble-with-implicit-import.h" |
7 |