diff options
Diffstat (limited to 'test/CodeGen/debug-info-crash.c')
-rw-r--r-- | test/CodeGen/debug-info-crash.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/CodeGen/debug-info-crash.c b/test/CodeGen/debug-info-crash.c index e0c9dd4..8d6a360 100644 --- a/test/CodeGen/debug-info-crash.c +++ b/test/CodeGen/debug-info-crash.c @@ -19,3 +19,12 @@ dispatch_item_t LEGACY_dispatch_call(dispatch_queue_t dq, } ); } + +// radar://9008853 +typedef struct P { + int x; +} PS; +# 1 "" +void foo() { + PS p2; +} |