blob: 5d167a3087e7501e7231bc23241f1de4b509d57e [file] [log] [blame]
function call(site)
{
return site;
}
export function otherTaggedTemplates()
{
return call`Cocoa`;
}