| 3296 | }; |
| 3297 | |
| 3298 | static void argument_list_compiler_init( struct argument_list_compiler * c ) |
| 3299 | { |
| 3300 | dynamic_array_init( c->args ); |
| 3301 | } |
| 3302 | |
| 3303 | static void argument_list_compiler_free( struct argument_list_compiler * c ) |
| 3304 | { |
no test coverage detected