1 2 3 4 5 6 7 8 9 10 11 12 13
typedef int tt; tt a1; tt a2; tt a3; void foo (void) { a1++; a2++; a1++; }