summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp/tests/009-undef.c
blob: 3fc1fb442439e0b77c2edc875e31bc99c125b9dc (plain)
1
2
3
4
#define foo 1
foo
#undef foo
foo