// run-pass struct S; impl S { fn x() -> u32 { X } } fn main() { assert_eq!(S::<19>::x(), 19); }