---@meta --- Prints a string. ---@param str string The string to print. function myprint(str) end --- Add two integers ---@param a number The first integer ---@param b number The second integer ---@return number Result (a + b) function c_add(a, b) end