Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
clang
/
test
/
Modules
/
Inputs
/
merge-target-features
/
foo.h
blob: 1c8b3f62826a60200ce403c6e9309fbfdcce4074 [
file
] [
log
] [
blame
]
#ifndef
FOO_H
#define
FOO_H
int
foo
(
int
x
)
{
return
x
+
42
;
}
#endif
// FOO_H