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