summaryrefslogtreecommitdiffstats
path: root/src/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c.expected
blob: 4cc795338b24cb92850c9fd2519ed6dd025bb847 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
0:12(21): preprocessor error: Error: macro foo invoked with 2 arguments (expected 1)

 


(two,words)

 


(two separate words)

 

foo(two,words)

 

((two,words))

 

((two,words))
(((two,words)))