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