expressions: make assign_expression() take an op argument
[smatch.git] / validation / backend / void-return-type.c
blobe540a9d41094035ba5d96815be8ebfb1d85b520e
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