diff options
Diffstat (limited to 'clang/test/Sema/transparent-union-pointer.c')
-rw-r--r-- | clang/test/Sema/transparent-union-pointer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Sema/transparent-union-pointer.c b/clang/test/Sema/transparent-union-pointer.c index 31c93914b81..bf1fb17ac6f 100644 --- a/clang/test/Sema/transparent-union-pointer.c +++ b/clang/test/Sema/transparent-union-pointer.c @@ -1,4 +1,5 @@ // RUN: %clang_cc1 %s -fsyntax-only -verify +// expected-no-diagnostics typedef union { union wait *__uptr; |