aboutsummaryrefslogtreecommitdiff
path: root/examples/example-combine-pathf-dispatch-tree/build.rs
blob: 4c66258d8037ca4245baa4e1662633e968e1b061 (plain) (blame)
1
2
3
fn main() {
    mingling::pathf::analyze_and_build_type_mapping().unwrap();
}