Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
glob.c
blob: e3206154fd9cab884f9e01b8f280a302c7e40f5c [
file
] [
log
] [
blame
]
typedef
int
tt
;
tt a1
;
tt a2
;
tt a3
;
foo
()
{
a1
++;
a2
++;
a1
++;
}