Add array_data_test.cpp

This commit is contained in:
Peter Dimov
2025-01-10 04:40:35 +02:00
parent 1ae515a17d
commit c5741a92e7
2 changed files with 42 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ run array_elems_test.cpp ;
run array_init_test.cpp ;
run array_copy_test.cpp ;
run array_convert_test.cpp ;
run array_data_test.cpp ;
#