aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/native2.rs
blob: b848ec8c9a36b868905149a9cdb92ab46325cea9 (plain) (blame)
1
2
3
4
5
6
native "rust" mod rustrt {
    type vbuf;
}

fn main(vec[str] args) {
}