Ignore casts. foo((int *)&bar) is the same as foo(&bar) to this script.
[smatch.git] / validation / badtype1.c
blob4366d8db228946f4088502c6cec705b1b85af8f3
1 static void foo(enum bar baz);