index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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