struct Node { int const value; Node* next; }; int main() { Node* last { }; Node* first { }; }