Sign in
gnu
/
binutils-gdb
/
4792a423d264cfb6dbb656ea97b1c84d1b4e55b6
/
.
/
ld
/
testsuite
/
ld-plugin
/
lto-19c.c
blob: 0d231ba5725bdb64155246e6247312f438f5e950 [
file
]
#include
"lto-19.h"
int
main
()
{
struct
re_dfa_t
*
dfa
=
xregcomp
();
rpl_regfree
(
dfa
);
return
0
;
}