Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dd0bd1534bbb51ee85a4df87538556fcd3d83218
/
.
/
Tests
/
FindLibArchive
/
Test
/
main.c
blob: 03e7ecef1b70233faabc309d7cfd16b3a204d9c8 [
file
]
#include
<archive.h>
int
main
(
void
)
{
archive_read_free
(
archive_read_new
());
return
0
;
}