* gcc.dg/lto/resolutions_0.c: New testcase.

From-SVN: r192167
This commit is contained in:
Jan Hubicka 2012-10-06 17:43:07 +00:00
parent c295453808
commit ba52e3cf49

View file

@ -0,0 +1,10 @@
/* { dg-require-linker-plugin "" } */
/* { dg-extra-ld-options "-fuse-linker-plugin -O1" } */
link_error()
{
}
main()
{
return 0;
}