allwinner_a64/android/external/clang/test/Parser/argument_scope.c
2018-08-08 16:14:42 +08:00

6 lines
95 B
C

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