1 static inline void f(void)
3 __builtin_constant_p(0);
17 * check-name: cond-err-expand.c
18 * check-command: test-linearize -Wno-decl $file
21 cond-err-expand.c:8:11: error: incompatible types in conditional expression (different base types):
22 cond-err-expand.c:8:11: int
23 cond-err-expand.c:8:11: void
24 cond-err-expand.c:13:11: error: incompatible types in conditional expression (different base types):
25 cond-err-expand.c:13:11: void
26 cond-err-expand.c:13:11: int
30 * check-output-excludes: call.* __builtin_constant_p