Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
c20482b10ee4ffcea31f67392743ccdf6df1f7f4
/
.
/
test
/
Parser
/
argument_scope.c
blob: 8b9f065c822a31c81beea0cf1d745fdbca6c204a [
file
] [
log
] [
blame
]
Reid Spencer
5f016e2
2007-07-11 17:01:13 +0000
[
diff
] [
blame
]
1
// RUN: clang -fsyntax-only %s
2
typedef
struct
foo foo
;
3
4
void
blah
(
int
foo
)
{
5
foo
=
1
;
6
}