Sign in
cobalt
/
cobalt
/
0585facbd3129ea3f3d3c63f9539aacbad3130c8
/
.
/
third_party
/
llvm-project
/
clang
/
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