Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by Jon
Simons.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68436 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Coverage/c-language-features.inc b/test/Coverage/c-language-features.inc
index 656e8fe..67d5f3b 100644
--- a/test/Coverage/c-language-features.inc
+++ b/test/Coverage/c-language-features.inc
@@ -172,3 +172,6 @@
      short x;
 {
 }
+
+// Function which inputs an array
+void f9(int x[]) { }