summaryrefslogtreecommitdiffstats
path: root/test cases/unit/2 testsetups/impl.c
blob: d87f3de51f6b3635fa58d3301ddf988070ca3e3d (plain)
1
2
3
4
5
/* Write past the end. */

void do_nasty(char *ptr) {
    ptr[10] = 'n';
}