logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

HAVE___BUILTIN_CHOOSE_EXPR (61B)


  1. int main(void) {
  2. return __builtin_choose_expr(123, 1, 0);
  3. }