5 static const int utf8_sb_map
[4] = { 0x12, 0x34, 0x56, 0x78 };
10 struct re_dfa_t
*dfa
= malloc (sizeof (struct re_dfa_t
));
11 dfa
->sb_char
= utf8_sb_map
;
16 rpl_regfree (struct re_dfa_t
*dfa
)
18 puts (dfa
->sb_char
== utf8_sb_map
? "PASS" : "FAIL");