* gcc.dg/lto/resolutions_0.c: New testcase.
From-SVN: r192167
This commit is contained in:
parent
c295453808
commit
ba52e3cf49
1 changed files with 10 additions and 0 deletions
10
gcc/testsuite/gcc.dg/lto/resolutions_0.c
Normal file
10
gcc/testsuite/gcc.dg/lto/resolutions_0.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
/* { dg-require-linker-plugin "" } */
|
||||
/* { dg-extra-ld-options "-fuse-linker-plugin -O1" } */
|
||||
|
||||
link_error()
|
||||
{
|
||||
}
|
||||
main()
|
||||
{
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Reference in a new issue