Clang Project

clang_source_code/test/ASTMerge/choose-expr/Inputs/choose.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