blob: a18dc26eb8e8b30402e58c7c555df1a7b66a3862 [file] [log] [blame]
// { dg-lto-do link }
/* { dg-lto-options { { -O2 -w } { -w } } } */
// { dg-extra-ld-options "-r -nostdlib -flinker-output=nolto-rel" }
extern "C" char *strcpy(char *, const char *);
char InitXPCOMGlue_lastSlash;
void InitXPCOMGlue() { strcpy(&InitXPCOMGlue_lastSlash, ".so"); }
extern "C" void memcpy(void *);
char LZ4_decompress_safe_usingDict_ip;
void LZ4_decompress_safe_usingDict() {
memcpy(&LZ4_decompress_safe_usingDict_ip);
}