xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
private
/
common.h
(revision 2cd24bd52d090bc9454c56fa19592a2a2acac58c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifndef
COMMON_H
2
#
define
COMMON_H
3
4
typedef
int
common
;
5
6
#
endif
7