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

// typedef_star.c
typedef int T;
void f(void) {
  T * b;
}