llvm-capstone/clang/test/Parser/argument_scope.c
Chris Lattner 41175f40a3 random testcase
llvm-svn: 39301
2007-01-25 07:42:11 +00:00

7 lines
90 B
C

// RUN: clang -fsyntax-only %s
typedef struct foo foo;
void blah(int foo) {
foo = 1;
}