xref: /llvm-project/clang/test/ASTMerge/choose-expr/Inputs/choose.c (revision 521f004e99c7a32b21f5c608061678bb6447456c)
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