commit | 2cd24bd52d090bc9454c56fa19592a2a2acac58c | [log] [tgz] |
---|---|---|
author | Lawrence Crowl <crowl@google.com> | Thu Jun 20 21:15:51 2013 +0000 |
committer | Lawrence Crowl <crowl@google.com> | Thu Jun 20 21:15:51 2013 +0000 |
tree | ae1d9141ef1786042a0e235de101e2d519473b52 | |
parent | b53e5483b0490894b67a59ac4913a5229993591a [diff] [blame] |
Test files for private header patch. llvm-svn: 184472
diff --git a/clang/test/Modules/Inputs/private2/private2.h b/clang/test/Modules/Inputs/private2/private2.h new file mode 100644 index 0000000..3b6cddc --- /dev/null +++ b/clang/test/Modules/Inputs/private2/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