#ifndef COMPILER_BUILTINS_H_ #define COMPILER_BUILTINS_H_ #define unreachable() __builtin_unreachable() #endif // COMPILER_BUILTINS_H_