1// Test that register types are accepted in upper or lower case, with and
2// without the : prefix.
3.default_register_type :ub
4.default_register_type :UB
5.default_register_type ub
6.default_register_type UB
7