blob: 2a2106ff70ac6421fa50e06209f020287c513ba7 (
plain)
1
2
3
4
5
6
7
8
|
/* 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>() {}
|