Sign in
cobalt
/
cobalt.git
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
llvm-project
/
compiler-rt
/
test
/
profile
/
Inputs
/
instrprof-order-file-2.c
blob: ee448575622719766e6a445dc3bbc5bbd16f54d2 [
file
]
__attribute__
((
noinline
))
int
f
(
int
a
)
{
return
a
+
1
;
}
__attribute__
((
noinline
))
int
g
(
int
a
)
{
return
a
+
2
;
}