Release coccinelle-0.1
[bpt/coccinelle.git] / tests / const.res
1 void foo(const char *text) {
2 strcat_safe(buf->data, buf->len, text);
3 }