index
:
lib/mesa
debian-unstable
pristine-tar
upstream-unstable
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
glcpp
/
tests
/
049-if-expression-precedence.c
blob: 833ea03882ac95dd9bd09c4e04f8bafe7e24d30e (
plain
)
1
2
3
4
5
#if 1 + 2 * 3 + - (25 % 17 - + 1)
failure with
operator
precedence
#else
success
#endif