git clone https://anongit.hacktivis.me/git/oasis.git
HAVE___BUILTIN_CLZ (62B)
unsigned x = -1;int main(void) { return __builtin_clz(x);}