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