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: 9759ae473fed9a55a8d9b8f8f3ae0152d40ab5f4 (
plain
)
1
2
3
4
// RUN: clang-cc %s -E 2>&1 | grep error
#pragma GCC poison rindex
rindex
(
some_string
,
'h'
);