localdummy_table={}localfunctiondummy_function()endtask.wait(0.05)-- Step a bitfor_,valueinpairs(getgc(true))doifvalue==dummy_functionthenprint(`Found function: {dummy_function}`)-- Should printelseifvalue==dummy_tablethenprint(`Found table: {dummy_table}`)-- Should also printendend