rust/src/test/run-pass/issue-3109.rs

4 lines
52 B
Rust
Raw Normal View History

2012-12-06 20:32:13 -06:00
fn main() {
log(error, ("hi there!", "you"));
}