blob: 91bea6006120eb85e36771485abf3bb7d22bc6aa [file] [log] [blame]
#define MULT(x,y) ((x)*(y))
MULT()
MULT(1)
MULT(1,2,3)