Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / Index / werror.c
blob98b602a170c00033e15c26aa389c22867e80c719
1 inline int *get_int_ptr(float *fp) {
2 return fp;
5 #ifdef FATAL
6 void fatal(int);
7 void fatal(float);
8 #endif
10 // RUN: c-index-test -write-pch %t.pch -Werror %s
11 // RUN: c-index-test -write-pch %t.pch -DFATAL -Werror %s