summaryrefslogtreecommitdiff
path: root/tests/trybuild/unit-struct.rs
blob: 5a3ed0c8b8a595978a9e7e07c1dafd08664b5d1f (plain)
1
2
3
4
5
6
use get::Get;

#[derive(Get)]
struct Cat;

pub fn main() {}