blob: e3206154fd9cab884f9e01b8f280a302c7e40f5c [file] [log] [blame]
typedef int tt;
tt a1;
tt a2;
tt a3;
foo ()
{
a1++;
a2++;
a1++;
}