Add array_copy_test.cpp

This commit is contained in:
Peter Dimov
2025-01-10 03:49:09 +02:00
parent 7fac30e1ab
commit 51fbc208d9
2 changed files with 66 additions and 0 deletions

View File

@ -31,6 +31,7 @@ run array_hash.cpp
run array_typedef_test.cpp ;
run array_elems_test.cpp ;
run array_init_test.cpp ;
run array_copy_test.cpp ;
#