OpenGrok
Cross Reference: foo.h
xref
: /
external
/
clang
/
test
/
Modules
/
Inputs
/
merge-target-features
/
foo.h
Home
|
History
|
Annotate
|
Download
|
only in
merge-target-features
1
#
ifndef
FOO_H
2
#
define
FOO_H
3
4
int
foo
(
int
x) {
5
return
x +
42
;
6
}
7
8
#
endif
// FOO_H
9