mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 16:39:04 +00:00
8 lines
83 B
Rust
8 lines
83 B
Rust
extern crate libr;
|
|
|
|
use libr::*;
|
|
|
|
fn main() {
|
|
assert_eq!(S::<S2>::foo(), 2);
|
|
}
|