15 lines
358 B
Plaintext
15 lines
358 B
Plaintext
==========================================
|
|
input storage class
|
|
==========================================
|
|
|
|
int a;
|
|
input int b;
|
|
input double c;
|
|
|
|
---
|
|
|
|
(translation_unit
|
|
(declaration (primitive_type) (identifier))
|
|
(declaration (storage_class_specifier) (primitive_type) (identifier))
|
|
(declaration (storage_class_specifier) (primitive_type) (identifier)))
|