Sign in
skia
/
external
/
github.com
/
google
/
brotli
/
bf6231d685632608324d4168a705caecfef86c16
/
.
/
c
/
enc
/
static_init_lazy.cc
blob: 726b0de816ccf5f4dd8488c5e1e8548e0b14a86f [
file
] [
log
] [
blame
]
#include
"third_party/brotli/enc/static_init.h"
void
BrotliEncoderLazyStaticInit
(
void
)
{
static
bool
ok
=
[](){
BrotliEncoderLazyStaticInit
();
return
true
;
}();
if
(!
ok
)
__builtin_trap
();
}