OpenGrok
Cross Reference: 130-define-comment.c
xref
: /
external
/
mesa3d
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
130-define-comment.c
Home
|
History
|
Annotate
|
Download
|
only in
tests
1
#
define
/*...*/
FUNC
(
/*...*/
x
/*...*/
)
/*...*/
FOO
(
/*...*/
x
/*...*/
)
2
FUNC
(
bar
)
3