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