diff options
Diffstat (limited to 'test/Sema/struct-decl.c')
-rw-r--r-- | test/Sema/struct-decl.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Sema/struct-decl.c b/test/Sema/struct-decl.c index f888053..3639d24 100644 --- a/test/Sema/struct-decl.c +++ b/test/Sema/struct-decl.c @@ -41,3 +41,8 @@ struct s0 { }; struct s0 f0(void) {} + +// <rdar://problem/8177927> - This previously triggered an assertion failure. +struct x0 { + unsigned int x1; +}; |