Files
llvm-project/clang/test/Preprocessor/poison.c
Chris Lattner 36f0003d16 New testcases
llvm-svn: 38572
2006-06-25 05:40:49 +00:00

5 lines
91 B
C

// RUN: clang %s -E 2>&1 | grep error
#pragma GCC poison rindex
rindex(some_string, 'h');