diff options
Diffstat (limited to 'test/Sema/struct-cast.c')
-rw-r--r-- | test/Sema/struct-cast.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Sema/struct-cast.c b/test/Sema/struct-cast.c index 30ef892..8aa7ca9 100644 --- a/test/Sema/struct-cast.c +++ b/test/Sema/struct-cast.c @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -fsyntax-only %s -verify +// expected-no-diagnostics struct S { int one; |