blob: 2cd7e6222dea840f82518a4dce52aa48d60f0860 [file] [log] [blame]
// bindgen-flags: --rust-target=1.77 --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";