1 #undef __USE_STRING_INLINES
2 #define __USE_STRING_INLINES
11 const char *a
= "abc";
14 DIAG_PUSH_NEEDS_COMMENT
;
15 /* GCC 9 correctly warns that this call to strspn is useless. That
16 is deliberate; this test is verifying that a side effect in an
17 argument still occurs when the call itself is useless and could
18 be optimized to return a constant. */
19 DIAG_IGNORE_NEEDS_COMMENT (9, "-Wunused-value");
21 DIAG_POP_NEEDS_COMMENT
;