summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/private/private2.h
diff options
context:
space:
mode:
authorLawrence Crowl <crowl@google.com>2013-06-20 21:15:51 +0000
committerLawrence Crowl <crowl@google.com>2013-06-20 21:15:51 +0000
commit2cd24bd52d090bc9454c56fa19592a2a2acac58c (patch)
treeae1d9141ef1786042a0e235de101e2d519473b52 /clang/test/Modules/Inputs/private/private2.h
parentb53e5483b0490894b67a59ac4913a5229993591a (diff)
downloadbcm5719-llvm-2cd24bd52d090bc9454c56fa19592a2a2acac58c.tar.gz
bcm5719-llvm-2cd24bd52d090bc9454c56fa19592a2a2acac58c.zip
Test files for private header patch.
llvm-svn: 184472
Diffstat (limited to 'clang/test/Modules/Inputs/private/private2.h')
-rw-r--r--clang/test/Modules/Inputs/private/private2.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/private/private2.h b/clang/test/Modules/Inputs/private/private2.h
new file mode 100644
index 00000000000..3b6cddc4d90
--- /dev/null
+++ b/clang/test/Modules/Inputs/private/private2.h
@@ -0,0 +1,9 @@
+#ifndef PRIVATE2_H
+#define PRIVATE2_H
+
+#include "common.h"
+
+struct mitts_off2 { common field; };
+struct mitts_off2 hidden_variable2;
+
+#endif
OpenPOWER on IntegriCloud