forked from OSchip/llvm-project
parent
f076d5eea8
commit
5caafe598f
|
@ -50,3 +50,7 @@ int pbool(void) {
|
||||||
return pbool2;
|
return pbool2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// rdar://5870981
|
||||||
|
union { float f; unsigned u; } u = { 1.0f };
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue