mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 23:36:08 +00:00
[test][UBSAN] Fix windows after #87761
This commit is contained in:
parent
1950ebd17b
commit
ff9b63f8d0
@ -33,7 +33,7 @@ typedef struct _X {
|
||||
int32_t j : 32;
|
||||
uint32_t k : 1;
|
||||
int32_t l : 1;
|
||||
_Bool m : 1;
|
||||
bool m : 1;
|
||||
} X;
|
||||
|
||||
void test_a() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user