diff options
Diffstat (limited to 'clang/test/Parser/compound_literal.c')
-rw-r--r-- | clang/test/Parser/compound_literal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Parser/compound_literal.c b/clang/test/Parser/compound_literal.c index 4f3609dc29f..9a0e4a64a65 100644 --- a/clang/test/Parser/compound_literal.c +++ b/clang/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"}; |