implied: use a time based timeout instead of counting ->nr_children
[smatch.git] / validation / sm_compare9.c
blob87f772c5726fea055053d7c15c0d5dc4764e9c8f
1 #include "check_debug.h"
3 void *a, *b;
4 static int options_write(void)
6 a = b / 2;
7 __smatch_compare(a, b);
11 * check-name: smatch compare #9
12 * check-command: smatch -I.. sm_compare9.c
14 * check-output-start
15 sm_compare9.c:7 options_write() a < b
16 * check-output-end