diff options
Diffstat (limited to 'test/Parser/declarators.c')
-rw-r--r-- | test/Parser/declarators.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Parser/declarators.c b/test/Parser/declarators.c index 7ec2a3c1eb..6dd32d9676 100644 --- a/test/Parser/declarators.c +++ b/test/Parser/declarators.c @@ -80,3 +80,6 @@ struct test11 { int a; } const test11x; void test12() { (void)__builtin_offsetof(struct { char c; int i; }, i); } + +// rdar://7608537 +struct test13 { int a; } (test13x); |