handle label attributes
[smatch.git] / validation / bad-cast.c
blobbafd5a25c404b6e62c7eaeec80f14c19aa8fd810
1 struct st;
3 static int foo(int a)
5 return (struct/st *) a;