blob: 8d7f8dd2991c9ad6b672e6c64da2b9648385bacc [file] [log] [blame]
// Test that register types are accepted in upper or lower case, with and
// without the : prefix.
.default_register_type :ub
.default_register_type :UB
.default_register_type ub
.default_register_type UB