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