testsuite: Add xfailed test for #4542

This commit is contained in:
Tim Chevalier 2013-01-30 14:07:08 -08:00
parent d5c6d94e7e
commit d73bf62952
1 changed files with 1 additions and 10 deletions

View File

@ -8,20 +8,11 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// xfail-test
fn main() {
let a = &~1;
let mut c: ~int;
match copy *a {
b => c = b
};
log(error, *c);
log(error, *a);
/*
for os::args().each |arg| {
match copy *arg {
s => { }
}
}
*/
}