diff options
Diffstat (limited to 'gcc/testsuite/c-c++-common/pr36513.c')
-rw-r--r-- | gcc/testsuite/c-c++-common/pr36513.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/c-c++-common/pr36513.c b/gcc/testsuite/c-c++-common/pr36513.c index 026325410a1..b8b2d6d8060 100644 --- a/gcc/testsuite/c-c++-common/pr36513.c +++ b/gcc/testsuite/c-c++-common/pr36513.c @@ -11,5 +11,7 @@ int main1 () && (t) == '\0' ? (char *) __rawmemchr (s, t) : __builtin_strchr (s, t))); + + return 0; } |