Xfail struct-return test. x64 ABI is not quite right yet.

This commit is contained in:
Graydon Hoare 2012-03-20 17:13:38 -07:00
parent b06dc884e5
commit faacbb38f0

View file

@ -1,3 +1,4 @@
// xfail-test
type quad = { a: u64, b: u64, c: u64, d: u64 }; type quad = { a: u64, b: u64, c: u64, d: u64 };
type floats = { a: f64, b: u8, c: f64 }; type floats = { a: f64, b: u8, c: f64 };