()
| 11 | import itertools |
| 12 | |
| 13 | def print_structs(): |
| 14 | print('''struct short_mapping_range { |
| 15 | char32_t cp_first_; |
| 16 | char32_t cp_last_; |
| 17 | uint16_t stride_; |
| 18 | uint16_t first_idx_; |
| 19 | };''') |
| 20 | |
| 21 | f = open('CaseFolding.txt') |
| 22 |
no test coverage detected