summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/variadic.rs
blob: bd8f1775b3d048dcb8ee387f44f2be317c4781d6 (plain)
1
2
3
4
extern "C" {
    // @has variadic/fn.foo.html //pre 'pub unsafe extern "C" fn foo(x: i32, ...)'
    pub fn foo(x: i32, ...);
}