summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/macro_arg_keyword.c
blob: 92b1ae53571336d86a702547b8c48eb85a9f252a (plain)
1
2
3
4
5
6
// RUN: clang-cc -E %s | grep xxx-xxx

#define foo(return) return-return

foo(xxx)

OpenPOWER on IntegriCloud