states: remove an unused function
[smatch.git] / validation / sm_val_parse1.c
blob0a72352c9b76c5a069e9ca7b20c81fc73035b8a4
1 #include "check_debug.h"
3 int main(int x)
5 __smatch_type_rl(int, "s32min-s32max[$2 + 4]", 5);
7 return 0;
9 /*
10 * check-name: smatch parse value
11 * check-command: smatch -I.. sm_val_parse1.c
13 * check-output-start
14 sm_val_parse1.c:5 main() 's32min-s32max[$2 + 4]' => '9'
15 * check-output-end