// test_List1.cpp #include using namespace std; #include "List1.h" int main() { List b; return 0; }