mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 21:01:24 -05:00
4 lines
76 B
C
4 lines
76 B
C
// RUN: %clang_cc1 -E -x c -o - %s | grep '[.][*]'
|
|
// PR4395
|
|
#define X .*
|
|
X
|