Linked lists in system verilog

can someone show me how to create a linked list in system verilog?

What for? SystemVerilog already has the built-in data type such as Queues and Associative Arrays that would be much more efficient than building a linked list yourself.