Sign in
fuchsia
/
third_party
/
mesa
/
main
/
.
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
137-expand-macro-after-period.c
blob: c8cd47fb57ee5bdb4334450e223f88e2d413e42e [
file
] [
log
] [
blame
]
#define
FIELD
(
x
)
foo
.
x
#define
FIELD_OF
(
s
,
x
)
s
.
x
FIELD
(
bar
)
FIELD_OF
(
foo
,
bar
)