expressions: make assign_expression() take an op argument
[smatch.git] / validation / kill-casts.c
blobcf52f2460e87fb5b0e4cd2e386b71cccf1ce88d8
1 extern void __abort(void);
3 struct s {
4 int elem:3;
5 };
7 void foo(struct s *x);
8 void foo(struct s *x)
10 if (x->elem == 0) {
11 if (x->elem != 0 && x->elem != 1)
12 __abort();
17 * check-name: kill-casts
18 * check-command: test-linearize $file
20 * check-output-ignore
21 * check-output-excludes: cast\\.