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