llvm-project/clang/test/Parser/argument_scope.c

7 lines
93 B
C
Raw Normal View History

// RUN: clang-cc -fsyntax-only %s
2007-01-25 15:42:11 +08:00
typedef struct foo foo;
void blah(int foo) {
foo = 1;
}