# freestanding ```bash g++ -c -o free.o free.cpp ld -o free free.o objdump -x free # g++ -c -nostdlib -o free free.cpp ```