Add array_get_test.cpp

This commit is contained in:
Peter Dimov
2025-01-12 03:20:46 +02:00
parent dca9ae1a60
commit 31b9fdd397
2 changed files with 41 additions and 0 deletions

View File

@ -45,6 +45,7 @@ run array_swap_test.cpp ;
run array_swap_test2.cpp ;
run array_eq_test.cpp ;
run array_lt_test.cpp ;
run array_get_test.cpp ;
#