OpenGrok
Cross Reference: 060-left-paren-in-macro-right-paren-in-text.c
xref
: /
external
/
mesa3d
/
src
/
glsl
/
glcpp
/
tests
/
060-left-paren-in-macro-right-paren-in-text.c
Home
|
History
|
Annotate
|
Download
|
only in
tests
1
#
define
double
(a) a*
2
2
#
define
foo
double
(
3
foo
5
)
4