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

#define foo(return) return-return

foo(xxx)