Support va_arg on _Complex.

gcc compat test suite results (Darwin x86-32 & -64):
--
# of expected passes		1110
# of unexpected failures	74
# of unresolved testcases	168
# of unsupported tests		2


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64197 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Coverage/c-language-features.inc b/test/Coverage/c-language-features.inc
index 8b56e6a..6a475d6 100644
--- a/test/Coverage/c-language-features.inc
+++ b/test/Coverage/c-language-features.inc
@@ -103,6 +103,7 @@
   int t12_0 = __builtin_classify_type(t0);
   int t12_1 = __builtin_classify_type(t1);
   int t12_2 = __builtin_classify_type(t2);
+  // FIXME: Add _Complex and aggregate cases.
   int t13 = va_arg(ap, int);
   va_list t13_0;
   va_copy(t13_0, ap);