summaryrefslogtreecommitdiffstats
path: root/libacc/tests/data/expr2.c
blob: 04b6a38d3d226101efc6541d483e2eef543a0459 (plain)
1
2
3
4
5
6
/* Test operators */

main() {
    int a;
    a = a++;
}