blob: 67d117a1bc1ae99e508a797365d54131762ce8bf [file]
// bindgen-flags: --rust-target=1.77 --rust-edition=2018 --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";