mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 20:00:10 +01:00
4 lines
91 B
C
4 lines
91 B
C
#define bar with,embedded,commas
|
|
#define function(x) success
|
|
#define foo function
|
|
foo(bar)
|