index
:
oasis.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
probe
/
HAVE___BUILTIN_CHOOSE_EXPR
blob: 106ca2954b8685e66fd28b718f1ba686b5ffc209 (
plain
)
1
2
3
int main(void) { return __builtin_choose_expr(123, 1, 0); }