7 lines
137 B
C
7 lines
137 B
C
#ifndef COMPILER_BUILTINS_H_
|
|
#define COMPILER_BUILTINS_H_
|
|
|
|
#define unreachable() __builtin_unreachable()
|
|
|
|
#endif // COMPILER_BUILTINS_H_
|