Sign in
llvm
/
clang
/
ee2f8f2f7c4eacfa305a29fcd916d63c650ca847
/
.
/
test
/
Parser
/
argument_scope.c
blob: d2d10c24985726db84647be22c82b83c539cde68 [
file
]
// RUN: %clang_cc1 -fsyntax-only %s
typedef
struct
foo foo
;
void
blah
(
int
foo
)
{
foo
=
1
;
}