Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
60141ec232ee2a042c9cdbfde50bbbd17650c408
/
.
/
test
/
cc_shared_library
/
main.c
blob: 12dc69b8642504305f11c8bb4ce3d59260f6e444 [
file
] [
log
] [
blame
]
#include
<assert.h>
#include
<stdint.h>
#include
"lib.h"
int
main
(
int
argc
,
char
**
argv
)
{
assert
(
foo
()
==
4
);
return
0
;
}