param_cleared: handle direct assignments
[smatch.git] / validation / backend / void-return-type.c
blobb282fdee0332b98d7a5188fb5fc1c35c6ee869b2
1 static void foo(void)
5 static void *bar(void *p)
7 return p;
11 * check-name: void return type code generation
12 * check-command: ./sparsec -c $file -o tmp.o