blob: 8b1d40e689145789f19b42304cf8f47ba89c2dfc [file] [log] [blame]
// bindgen-flags: --rust-target=1.59 --generate-cstr
const char* MY_STRING_UTF8 = "Hello, world!";
const char* MY_STRING_INTERIOR_NULL = "Hello,\0World!";
const char* MY_STRING_NON_UTF8 = "ABCDE\xFF";