blob: 0d231ba5725bdb64155246e6247312f438f5e950 [file] [log] [blame]
#include "lto-19.h"
int
main ()
{
struct re_dfa_t *dfa = xregcomp ();
rpl_regfree (dfa);
return 0;
}