Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-plugin/lto-19c.c
2023-03-06 14:48:14 +01:00

9 lines
108 B
C

#include "lto-19.h"
int
main ()
{
struct re_dfa_t *dfa = xregcomp ();
rpl_regfree (dfa);
return 0;
}