Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / const.c
CommitLineData
34e49164
C
1void foo(const char *text) {
2 strcat(buf->data, text);
3}