diff options
Diffstat (limited to 'test/CodeGen/struct.c')
-rw-r--r-- | test/CodeGen/struct.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/struct.c b/test/CodeGen/struct.c index 208cbd5ca9..4b0cc3e79e 100644 --- a/test/CodeGen/struct.c +++ b/test/CodeGen/struct.c @@ -157,6 +157,7 @@ int f14(int i, ...) { __builtin_va_list l; __builtin_va_start(l,i); a13 b = __builtin_va_arg(l, a13); + int c = __builtin_va_arg(l, a13).c; return b.b; } |