OpenGrok
Cross Reference: 137-expand-macro-after-period.c
xref
: /
external
/
mesa3d
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
137-expand-macro-after-period.c
Home
|
History
|
Annotate
|
Download
|
only in
tests
1
#
define
FIELD
(x)
foo
.x
2
#
define
FIELD_OF
(s, x) s.x
3
FIELD
(
bar
)
4
FIELD_OF
(
foo
,
bar
)
5