Files
clang-p2996/clang/test/Modules/Inputs/private/public1.h
Lawrence Crowl 2cd24bd52d Test files for private header patch.
llvm-svn: 184472
2013-06-20 21:15:51 +00:00

10 lines
150 B
C

#ifndef PUBLIC1_H
#define PUBLIC1_H
#include "private1.h"
struct use_this1 { struct mitts_off1 field; };
struct use_this1 public_variable1;
#endif