aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
blob: 1dcd100a226b5f33600cb0d56545a848de4c32b5 (plain)
1
2
3
4
int main() {
    char test[] = "Cake";
    test++;
}