xref
: /
external
/
mesa3d
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
137-expand-macro-after-period.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
define
FIELD
(
x
)
foo
.
x
2
#
define
FIELD_OF
(
s
,
x
)
s
.
x
3
FIELD
(
bar
)
4
FIELD_OF
(
foo
,
bar
)
5