Sign in
llvm
/
clang
/
7d0e090bbc61baebf0be18e4d9ba36615b6cd566
/
.
/
test
/
Modules
/
Inputs
/
private
/
public1.h
blob: 3af596a98d083b26f4be9e960a53cb96b18bb976 [
file
] [
log
] [
blame
]
#ifndef
PUBLIC1_H
#define
PUBLIC1_H
#include
"private1.h"
struct
use_this1
{
struct
mitts_off1 field
;
};
struct
use_this1 public_variable1
;
#endif