mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-24 08:28:16 +02:00
Which are proving to be useful since some of these tests are not yet acting as desired, (in particular, the unterminated if test is not generating any diagnostic).
5 lines
56 B
C
5 lines
56 B
C
#define MULT(x,y) ((x)*(y))
|
|
MULT()
|
|
MULT(1)
|
|
MULT(1,2,3)
|
|
|