parent
1527dab998
commit
42e4464198
@ -11,8 +11,6 @@
|
|||||||
// Test a foreign function that accepts and returns a struct
|
// Test a foreign function that accepts and returns a struct
|
||||||
// by value.
|
// by value.
|
||||||
|
|
||||||
// ignore-win32 #9205
|
|
||||||
|
|
||||||
#[deriving(PartialEq, Show)]
|
#[deriving(PartialEq, Show)]
|
||||||
struct TwoU64s {
|
struct TwoU64s {
|
||||||
one: u64, two: u64
|
one: u64, two: u64
|
||||||
|
@ -8,8 +8,6 @@
|
|||||||
// option. This file may not be copied, modified, or distributed
|
// option. This file may not be copied, modified, or distributed
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
// ignore-win32 #9205
|
|
||||||
|
|
||||||
struct TwoU64s {
|
struct TwoU64s {
|
||||||
one: u64, two: u64
|
one: u64, two: u64
|
||||||
}
|
}
|
||||||
|
@ -8,8 +8,6 @@
|
|||||||
// option. This file may not be copied, modified, or distributed
|
// option. This file may not be copied, modified, or distributed
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
// ignore-win32 #9205
|
|
||||||
|
|
||||||
pub struct Quad { a: u64, b: u64, c: u64, d: u64 }
|
pub struct Quad { a: u64, b: u64, c: u64, d: u64 }
|
||||||
pub struct Floats { a: f64, b: u8, c: f64 }
|
pub struct Floats { a: f64, b: u8, c: f64 }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user