mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
9 lines
205 B
C
9 lines
205 B
C
|
#ifndef COSMOPOLITAN_LIBC_INTRIN_UBSAN_H_
|
||
|
#define COSMOPOLITAN_LIBC_INTRIN_UBSAN_H_
|
||
|
COSMOPOLITAN_C_START_
|
||
|
|
||
|
extern bool32 __ubsan_strict;
|
||
|
|
||
|
COSMOPOLITAN_C_END_
|
||
|
#endif /* COSMOPOLITAN_LIBC_INTRIN_UBSAN_H_ */
|