Add array_convert_test.cpp

This commit is contained in:
Peter Dimov
2025-01-10 04:07:38 +02:00
parent 51fbc208d9
commit 72997add96
2 changed files with 39 additions and 0 deletions

View File

@ -32,6 +32,7 @@ run array_typedef_test.cpp ;
run array_elems_test.cpp ;
run array_init_test.cpp ;
run array_copy_test.cpp ;
run array_convert_test.cpp ;
#