Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
7b332d9ada3e2806a4d765000527f739f167791f
/
.
/
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
}