Add array_copy_test_cx.cpp

This commit is contained in:
Peter Dimov
2025-01-25 19:29:47 +02:00
parent 54d839c8bc
commit 66386e8eda
2 changed files with 55 additions and 0 deletions

View File

@ -50,6 +50,7 @@ run array_get_test.cpp ;
#
compile array_init_test_cx.cpp ;
compile array_copy_test_cx.cpp ;
compile array_size_test_cx.cpp ;
#