blob: 212b0903a772ca5824dbba5eaa5eed459c1dd9cf [file] [log] [blame]
// bindgen-flags: \-\-rust-target=1.33
const char* MY_STRING_UTF8 = "Hello, world!";
const char* MY_STRING_INTERIOR_NULL = "Hello,\0World!";
const char* MY_STRING_NON_UTF8 = "ABCDE\xFF";