1 // bindgen-flags: --generate-cstr 2 3 /// We should _not_ generate a cstr for this because cstr shouldn't have interior nulls. 4 #define FOO "a\0b" 5