blob: 5df4b47918f91c6242d027e9926bcca821b7b76b [file] [log] [blame]
Reid Spencer5f016e22007-07-11 17:01:13 +00001// RUN: clang %s -E 2>&1 | grep error
2
3#pragma GCC poison rindex
4rindex(some_string, 'h');