We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4109b18 commit 1d9fb2eCopy full SHA for 1d9fb2e
clang/test/AST/Interp/builtin-functions.cpp
@@ -516,8 +516,8 @@ void test7(void) {
516
const void *X;
517
#if !defined(_AIX)
518
X = CFSTR("\242"); // both-warning {{input conversion stopped}}
519
-#endif
520
X = CFSTR("\0"); // no-warning
521
X = CFSTR(242); // both-error {{cannot initialize a parameter of type 'const char *' with an rvalue of type 'int'}}
522
X = CFSTR("foo", "bar"); // both-error {{too many arguments to function call}}
+#endif
523
}
0 commit comments