1// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source local %s 2>&1 \2// RUN: | FileCheck %s --implicit-check-not "error:"3#ifndef FOO_H4#define FOO_H5 6void foo();7 8#endif9