aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/transparent-union-pointer.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/transparent-union-pointer.c')
-rw-r--r--test/Sema/transparent-union-pointer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Sema/transparent-union-pointer.c b/test/Sema/transparent-union-pointer.c
index 31c93914b819..bf1fb17ac6f8 100644
--- a/test/Sema/transparent-union-pointer.c
+++ b/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;