"""
>>> result
Traceback (most recent call last):
 ...
NameError: name 'result' is not defined

.. code-block:: python

  from a import func

>>> func('b')
'bb'

"""
