Sign in
cobalt
/
cobalt
/
01f3c94b226da58e62558a0b863c39a390e6cd8c
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
Index
/
preamble-conditionals.cpp
blob: 81ef8265e82922142b42bbe5eda08023b3ea5cb0 [
file
] [
log
] [
blame
]
// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source local %s 2>&1 \
// RUN: | FileCheck %s --implicit-check-not "error:"
#ifndef
FOO_H
#define
FOO_H
void
foo
();
#endif