blob: 2a2106ff70ac6421fa50e06209f020287c513ba7 [file] [log] [blame]
/* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */
// Tests that metadata serialization works for the `Copy` kind.
#![crate_type="lib"]
pub fn f<T:Copy>() {}