summaryrefslogtreecommitdiffstats
path: root/src/glsl/glcpp/tests/088-redefine-macro-legitimate.c
blob: 422c654641403e3f95e100e604acf073a5bbc328 (plain)
1
2
3
4
5
#define abc 123
#define abc 123

#define foo(x) ( x ) + 23
#define foo(x) (  x  )  +  23