1
 2
 3
 4
 5
 6
 7
 8
 9
10
make_units_adv! {
    CGS, Unitless, one, f64;
    base {
        Two, Centimeter, cm, cm;
        Two, Gram, g, g;
        One, Second, s, s;
    }
    derived {
    }
}