Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
07ef804f918d8aade8739a02e78c6209fd3062a9
/
.
/
test
/
Index
/
t2.c
blob: 8e405cc367845e3790181af400fe0d279b326bb3 [
file
] [
log
] [
blame
]
Argyrios Kyrtzidis
7b332d9
2009-07-05 22:22:35 +0000
[
diff
] [
blame
]
1
#include
"foo.h"
2
3
int
global_var
=
10
;
4
5
void
bar_func
(
void
)
{
6
global_var
+=
100
;
7
foo_func
(
global_var
);
8
}