import React from 'react'; export const Foo = <> test {expression + expression} test {[].map(item => { return
{item}
})}
;