diff options
Diffstat (limited to 'test/Parser/compound_literal.c')
-rw-r--r-- | test/Parser/compound_literal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Parser/compound_literal.c b/test/Parser/compound_literal.c index 4f3609dc29f4e..9a0e4a64a6547 100644 --- a/test/Parser/compound_literal.c +++ b/test/Parser/compound_literal.c @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -fsyntax-only -verify %s +// expected-no-diagnostics int main() { char *s; s = (char []){"whatever"}; |