1# IMPORTANT: this file has the utf-8 BOM signature '\xef\xbb\xbf' 
2# at the start of it.  Make sure this is preserved if any changes
3# are made!
4
5# Arbitrary encoded utf-8 text (stolen from test_doctest2.py).
6x = 'ЉЊЈЁЂ'
7def y():
8    """
9    And again in a comment.  ЉЊЈЁЂ
10    """
11    pass
12