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();
}