#include #include TEST(SortedArray, SortEmptyRange) { sorted_array x; x.sort_range(); }