]> git.proxmox.com Git - rustc.git/blame - src/test/rustdoc/variadic.rs
Update upstream source from tag 'upstream/1.60.0+dfsg1'
[rustc.git] / src / test / rustdoc / variadic.rs
CommitLineData
e9174d1e 1extern "C" {
e74abb32 2 // @has variadic/fn.foo.html //pre 'pub unsafe extern "C" fn foo(x: i32, ...)'
e9174d1e
SL
3 pub fn foo(x: i32, ...);
4}