Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / tests / remstruct.res
CommitLineData
34e49164
C
1int hello ( String input )
2{
3 String input = input.lowercase();
4 printf(input);
5}