brintos

brintos / llvm-project-archived public Read only

0
0
Text · 192 B · 0b413a6 Raw
3 lines · c
1_Static_assert(__builtin_choose_expr(1, 1, 0), "Incorrect semantics of __builtin_choose_expr");2_Static_assert(__builtin_choose_expr(0, 0, 1), "Incorrect semantics of __builtin_choose_expr");3