mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-15 17:10:34 -04:00
7 lines
78 B
C
7 lines
78 B
C
// RUN: %clang -E -x c-header %s > %t
|
|
// RUN: grep 'B B' %t
|
|
|
|
#define A B
|
|
A A
|
|
|