1 #include "check_debug.h"
8 __smatch_absolute_min(y
);
9 __smatch_absolute_max(y
);
13 * check-name: smatch: absolute #1
14 * check-command: smatch -I.. sm_absolute1.c
17 sm_absolute1.c:8 func() absolute min: y = (-128)
18 sm_absolute1.c:9 func() absolute max: y = 127