Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / Preprocessor / multiple-inclusion-opt.h
blobd346c9d5d22e456302ef94534b390c66d21c310b
1 # // null directive and comments before include guard
3 #ifndef MULTIPLE_INCLUSION_OPT
5 int foo();
7 // The position of the define should not matter
8 #define MULTIPLE_INCLUSION_OPT
10 int bar();
12 #endif
16 /* Two null directives
17 and a multiline comment
18 after the #endif */