Release coccinelle-0.2.3rc4
[bpt/coccinelle.git] / tests / const.c
1 void foo(const char *text) {
2 strcat(buf->data, text);
3 }