Release coccinelle-0.2.3rc4
[bpt/coccinelle.git] / tests / assign.c
CommitLineData
34e49164
C
1int main(int x) {
2 int x = 100;
3 x = 45;
4}