summaryrefslogtreecommitdiffstats
path: root/src/glsl/glcpp/tests/070-undefined-macro-in-expression.c
blob: d15a4840b0143d8f3b9292ed1160b1dae14dc3ee (plain)
1
2
3
4
5
#if UNDEFINED_MACRO
Failure
#else
Success
#endif