blob: fa7bf561fae5b61185b8e49ae36c7d564787e6ef [file] [log] [blame]
const char* MY_STRING_UTF8 = "Hello, world!";
const char* MY_STRING_INTERIOR_NULL = "Hello,\0World!";
const char* MY_STRING_NON_UTF8 = "ABCDE\xFF";