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

// variable_star.c
int T, b;
void f(void) {
  T * b;
}