Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / cast.c
1 int main () {
2 ((struct xxx *)E)->foo = 12;
3 }