2011-05-12 14:45:29 -05:00
|
|
|
// error-pattern:Unsatisfied precondition
|
2010-07-07 01:18:29 -05:00
|
|
|
|
2011-12-22 16:42:52 -06:00
|
|
|
fn foo(x: int) { log_full(core::debug, x); }
|
2010-07-07 01:18:29 -05:00
|
|
|
|
2011-08-19 17:16:48 -05:00
|
|
|
fn main() { let x: int; foo(x); }
|