mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
6 lines
86 B
C
6 lines
86 B
C
// RUN: %clang_cc1 -E %s | grep xxx-xxx
|
|
|
|
#define foo(return) return-return
|
|
|
|
foo(xxx)
|
|
|