blob: 5952b07b76fda9d013fb956cfc49d1247fd1f47f (
plain)
1
2
3
4
5
6
7
|
/* { dg-lto-do link } */
/* { dg-lto-options {{-fwhopr -fPIC -r -nostdlib}} } */
/* Tests for the absence during linking of:
lto1: error: type of 'i' does not match original declaration */
const int i[1];
|