Add array_size_test.cpp

This commit is contained in:
Peter Dimov
2025-01-11 04:13:41 +02:00
parent 48b07e63fb
commit c0488c00a3
2 changed files with 74 additions and 0 deletions

View File

@ -36,6 +36,7 @@ run array_convert_test.cpp ;
run array_data_test.cpp ;
run array_iterator_test.cpp ;
run array_reverse_test.cpp ;
run array_size_test.cpp ;
#