diff options
Diffstat (limited to 'clang/test/Sema/PR2728.c')
-rw-r--r-- | clang/test/Sema/PR2728.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Sema/PR2728.c b/clang/test/Sema/PR2728.c index e9f1deaf7cd..0c994057a1e 100644 --- a/clang/test/Sema/PR2728.c +++ b/clang/test/Sema/PR2728.c @@ -1,5 +1,6 @@ // RUN: %clang_cc1 -verify -fsyntax-only -std=c90 %s // RUN: %clang_cc1 -verify -fsyntax-only -std=c99 %s +// expected-no-diagnostics struct s { |