Fix the clang-wpa example.
[clang.git] / test / Parser / argument_scope.c
blobd2d10c24985726db84647be22c82b83c539cde68
1 // RUN: %clang_cc1 -fsyntax-only %s
2 typedef struct foo foo;
4 void blah(int foo) {
5 foo = 1;