hanchenye-llvm-project/clang/test/Preprocessor/poison.c

5 lines
91 B
C
Raw Normal View History

2006-06-25 13:40:49 +08:00
// RUN: clang %s -E 2>&1 | grep error
#pragma GCC poison rindex
rindex(some_string, 'h');