(
original
) (
raw
)
#include int main(){ PyUnicode_Decode("abcdef", 4, "utf_8", "ignore"); return 0; }