freebsd-dev/test/Preprocessor/macro_arg_keyword.c
2010-01-01 10:34:51 +00:00

7 lines
86 B
C

// RUN: %clang_cc1 -E %s | grep xxx-xxx
#define foo(return) return-return
foo(xxx)