github.com/hirochachacha/plua@v0.0.0-20170217012138-c82f520cc725/compiler/testdata/errors/unreachable_code.lua (about)

     1  
     2  
     3  local function f()
     4  	return "f"
     5  	print("test")
     6  end