]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/variadic.rs
Update snap from `1.0.1` to `1.1.0`
[rust.git] / tests / rustdoc / variadic.rs
1 extern "C" {
2     // @has variadic/fn.foo.html //pre 'pub unsafe extern "C" fn foo(x: i32, ...)'
3     pub fn foo(x: i32, ...);
4 }