summaryrefslogtreecommitdiffstats
path: root/src/glsl/glcpp/tests/143-multiple-else.c
blob: 62ad49cf7bb19416d2c97d5bd68b309fa044e18c (plain)
1
2
3
4
5
6
#if 0
#else
int foo;
#else
int bar;
#endif