helper: add get_last_statement_from_expression_stmt() [build fix]
[smatch.git] / validation / constexpr-types-compatible-p.c
blob1969bf3bd28c59f609be0a4c2d60f3760a68dcf7
1 static int a[] = {[__builtin_types_compatible_p(int, int)] = 0};
3 /*
4 * check-name: __builtin_types_compatible_p() constness verification.
6 * check-error-start
7 * check-error-end
8 */