Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / Index / preamble-conditionals.cpp
blob81ef8265e82922142b42bbe5eda08023b3ea5cb0
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_H
4 #define FOO_H
6 void foo();
8 #endif