llvm-for-llvmta/tools/clang/test/ASTMerge/choose-expr/Inputs/choose.c
Nils Hölscher 7f403f4f1e added clang
2022-04-25 13:02:35 +02:00

3 lines
192 B
C

_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");