mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 05:08:36 +02:00
Differential Revision: https://phabricator.services.mozilla.com/D7045 --HG-- extra : moz-landing-system : lando
8 lines
No EOL
140 B
C++
8 lines
No EOL
140 B
C++
static const char A[] = "abc";
|
|
|
|
int strcmp(const char *, const char *);
|
|
|
|
int test_warning_patterns() {
|
|
if (strcmp(A, "a"))
|
|
return 0;
|
|
} |