blob: ad83b6739cee4fab13816f7d4aeadadc1b50febc [file] [log] [blame]
export function sum(arg0, arg1)
{
return arg0 + arg1;
}