Yu
Results
1
issues of
Yu
The struct `container_of_array` is as following: ```c struct conatiner_of_array { int arr_of_nums[0]; int num; }; ``` And the parsed puml file content will be like: ```puml class conatiner_of_array { +arr_of_nums...