2012-07-13 12:47:20 -05:00
|
|
|
// xfail-fast: aux-build not compatible with fast
|
2012-07-11 14:33:55 -05:00
|
|
|
// aux-build:issue_2723_a.rs
|
|
|
|
|
|
|
|
use issue_2723_a;
|
2012-09-05 14:32:05 -05:00
|
|
|
use issue_2723_a::*;
|
2012-07-11 14:33:55 -05:00
|
|
|
|
|
|
|
fn main() unsafe {
|
|
|
|
f(~[2]);
|
|
|
|
}
|