Cross Reference: 088-redefine-macro-legitimate.c
xref
: /
xsrc
/
external
/
mit
/
MesaLib
/
dist
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
088-redefine-macro-legitimate.c
Home
History
Annotate
Line#
Navigate
Raw
Download
only in
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
1
#
define
abc
123
2
#
define
abc
123
3
4
#
define
foo
(x) ( x ) +
23
5
#
define
foo
(x) ( x ) +
23
6