mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 18:58:10 +02:00
This is a well-defined condition, but something that currently trips up the implementation. Should be easy to fix.
3 lines
36 B
C
3 lines
36 B
C
#define x 0
|
|
#define foo(x) x
|
|
foo(1)
|