If I define some macro:
#define foo(args...) ({/*do something*/})
Is there some way to actually loop through args rather than pass
args