repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
SameHeader
/
C.h
blob
33c3316a6517b48a5602f9c3bcd0d91061f634cc
1
#ifndef __C_h__
2
#define __C_h__
3
int
c
=
1
;
4
5
struct
aaa
{
6
int
b
;
7
};
8
9
typedef
struct
fd_set
{
10
char
c
;
11
};
12
#endif