tag: Improve tag property::index support (FS#1229)
[awesome.git] / build-tests / __builtin_clz.c
blob42cd15af0e89b855fc0fc811bebcf14db4f98866
1 /*
2 * build-tests/__builtin_clz.c
4 * test if the compiler has __builtin_clz().
5 */
7 int
8 main(void)
11 return (__builtin_clz(42));