File ‹$AFP/Isabelle_C/src_ext/parser_menhir/tests/argument_scope.c›

typedef struct foo foo;

void blah(int foo) {
  foo = 1;
}