aboutsummaryrefslogtreecommitdiff
path: root/test/Coverage/c-language-features.inc
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-05-30 05:39:39 +0000
committerDouglas Gregor <dgregor@apple.com>2009-05-30 05:39:39 +0000
commit6620a628b0a02c78741b8f31790d4c1186aa4038 (patch)
treedffbf8cc24daaeaf9389186aee46d9d9bf6bfd17 /test/Coverage/c-language-features.inc
parent6e1a345838c8feb500ba8887b3ba5a1c1d0b33dc (diff)
Never suppress specifiers when printing the parameters of a function
declaration. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72613 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Coverage/c-language-features.inc')
-rw-r--r--test/Coverage/c-language-features.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Coverage/c-language-features.inc b/test/Coverage/c-language-features.inc
index 27fae62d3e..5258040cc1 100644
--- a/test/Coverage/c-language-features.inc
+++ b/test/Coverage/c-language-features.inc
@@ -138,6 +138,8 @@ void f4(int a0, int a1, int a2, va_list ap) {
_Complex float t32_a, t32_b;
int t32_cond;
int t32 = __real (t32_cond ? t32_a : t32_b);
+
+ struct { int x, y; } t33, *t34, t35[12], t36(int, float);
}
// Extended vectors