about summary refs log tree commit diff
path: root/tests/ui/traits/default-method-fn-call-9123.rs
blob: 266b95ca960c55cb1afbbefd0bc1afb46d26f6f0 (plain)
1
2
3
4
5
6
7
// https://github.com/rust-lang/rust/issues/9123
//@ run-pass
//@ aux-build:aux-9123.rs

extern crate aux_9123;

pub fn main() {}