Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / edots.c
CommitLineData
34e49164
C
1void main(int i) {
2 foo[45];
3 bar[45+v.field];
4
5 // f(foo[45] + bar[45]);
6
7}