Sign in
qemu
/
meson
/
refs/heads/cpp23
/
.
/
test cases
/
unit
/
66 static link
/
lib
/
func2.c
blob: 6b8f539357afedb5d52724963057c4c64ec652bc [
file
]
int
func1
();
int
func2
()
{
return
func1
()
+
1
;
}