xref
: /
third_party
/
rust
/
crates
/
clang-sys
/
tests
/
header.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/clang-sys/tests/
1
#
ifndef
HEADER_H_
2
#
define
HEADER_H_
3
4
int
add
(
int
a,
int
b);
5
6
#
endif
7