c_storage_class

c_storage_class 
      ::= 
      "auto" 
      | "extern" 
      | "static" 

[rule list]
This rule is called by

-> c_variable_def