Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
bazel-central-registry
/
705f38d50d2d70a9d52e5191cbca99d62f15e6aa
/
.
/
modules
/
libfastjson
/
1.2304.0
/
overlay
/
smoke_test.c
blob: 10e98df7bc7ead2956ceb0aba54c3650c895e689 [
file
] [
log
] [
blame
]
#include
"json.h"
#include
<string.h>
int
main
()
{
return
strcmp
(
fjson_version
(),
"1.2304.0"
)
==
0
?
0
:
1
;
}