llvm-for-llvmta/tools/clang/test/ASTMerge/choose-expr/Inputs/choose.c

3 lines
192 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
_Static_assert(__builtin_choose_expr(1, 1, 0), "Incorrect semantics of __builtin_choose_expr");
_Static_assert(__builtin_choose_expr(0, 0, 1), "Incorrect semantics of __builtin_choose_expr");