blob: 5df4b47918f91c6242d027e9926bcca821b7b76b [file] [log] [blame]
// RUN: clang %s -E 2>&1 | grep error
#pragma GCC poison rindex
rindex(some_string, 'h');