mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
Add test 56 for a comma within the expansion of an argument.
This case was tricky on the take-2 branch. It happens to be passing already here.
This commit is contained in:
parent
a8ea26d7c9
commit
602a34769a
1 changed files with 4 additions and 0 deletions
4
tests/056-macro-argument-with-comma.c
Normal file
4
tests/056-macro-argument-with-comma.c
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#define bar with,embedded,commas
|
||||
#define function(x) success
|
||||
#define foo function
|
||||
foo(bar)
|
||||
Loading…
Add table
Reference in a new issue