# OK
b"%s" % (b"bytestring",)
"%4%" % ()
i % 3
pytest.param('"%8s" % (None,)', id="unsafe width-string conversion"),