blob: 98b602a170c00033e15c26aa389c22867e80c719 [file] [log] [blame]
Douglas Gregor85bea972011-07-06 17:40:26 +00001inline int *get_int_ptr(float *fp) {
2 return fp;
3}
4
5#ifdef FATAL
6void fatal(int);
7void fatal(float);
8#endif
9
Douglas Gregor85bea972011-07-06 17:40:26 +000010// RUN: c-index-test -write-pch %t.pch -Werror %s
Argyrios Kyrtzidisbef35c92012-03-07 01:51:17 +000011// RUN: c-index-test -write-pch %t.pch -DFATAL -Werror %s
Douglas Gregor85bea972011-07-06 17:40:26 +000012