index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Preprocessor
/
poison.c
blob: 5df4b47918f91c6242d027e9926bcca821b7b76b (
plain
)
1
2
3
4
// RUN: clang %s -E 2>&1 | grep error
#pragma GCC poison rindex
rindex
(
some_string
,
'h'
);