summaryrefslogtreecommitdiff
path: root/glcpp/tests/056-macro-argument-with-comma.c
blob: 58701d1f25b5f97cbad577509fd2f3f43453be08 (plain)
1
2
3
4
#define bar with,embedded,commas
#define function(x) success
#define foo function
foo(bar)