| 3395 | }; |
| 3396 | |
| 3397 | static void argument_list_compiler_init( struct argument_list_compiler * c ) |
| 3398 | { |
| 3399 | dynamic_array_init( c->args ); |
| 3400 | } |
| 3401 | |
| 3402 | static void argument_list_compiler_free( struct argument_list_compiler * c ) |
| 3403 | { |
no test coverage detected