| 3569 | }; |
| 3570 | |
| 3571 | static void argument_list_compiler_init( struct argument_list_compiler * c ) |
| 3572 | { |
| 3573 | dynamic_array_init( c->args ); |
| 3574 | } |
| 3575 | |
| 3576 | static void argument_list_compiler_free( struct argument_list_compiler * c ) |
| 3577 | { |
no test coverage detected