Add array_fill_test.cpp

This commit is contained in:
Peter Dimov
2025-01-11 21:51:06 +02:00
parent 63f8f022e2
commit 4e3d4ef99f
2 changed files with 58 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ run array_reverse_test.cpp ;
run array_size_test.cpp ;
run array_access_test.cpp ;
run array_c_array_test.cpp ;
run array_fill_test.cpp ;
#