We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdcf56c commit 697aa0aCopy full SHA for 697aa0a
example/mini_core_hello_world.rs
@@ -337,17 +337,6 @@ fn main() {
337
static REF2: &u8 = REF1;
338
assert_eq!(*REF1, *REF2);
339
340
- extern "C" {
341
- type A;
342
- }
343
-
344
- fn main() {
345
- let x: &A = unsafe { &*(1usize as *const A) };
346
347
- assert_eq!(unsafe { intrinsics::size_of_val(x) }, 0);
348
- assert_eq!(unsafe { intrinsics::min_align_of_val(x) }, 1);
349
350
351
#[repr(simd)]
352
struct V([f64; 2]);
353
0 commit comments