Coccinelle release 1.0.0-rc1
[bpt/coccinelle.git] / tests / wierd_argument.res
CommitLineData
34e49164
C
1static void ewx_i2c_setlines(snd_i2c_bus_t *bus, int clk, int data)
2{
3 ice1712_t *ice = bus->private_data;
4 ice1712_t *ice = bus->private_data;
5 unsigned char tmp = 0;
6 tmp++;
7}