type_dcl

type_dcl 
      ::= "typedef" type_declarator 
      | struct_type 
      | union_type 
      | enum_type 

[rule list]
This rule is called by

-> definition -> export