summaryrefslogtreecommitdiffstats
path: root/test/ASTMerge/choose-expr/Inputs/choose.c
blob: 0b413a655445ebdd73a400c2148cd44c0c50ec7b (plain)
1
2
_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");