[name]
Handling of bullet after non-bullet

[options]
errors none

[input]
=over 4

=item foo

Not a bullet.

=item *

Also not a bullet.

=back

[output]
.TP 4
foo
.IX Item "foo"
Not a bullet.
.TP 4
*
Also not a bullet.
