summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp/tests/085-incorrect-argument-count.c
blob: 91bea6006120eb85e36771485abf3bb7d22bc6aa (plain)
1
2
3
4
5
#define MULT(x,y) ((x)*(y))
MULT()
MULT(1)
MULT(1,2,3)