aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr31529-1.c
blob: 7182e8fe6bd26cd19fec234224d1948f6fd7fb0b (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do link } */
/* { dg-require-effective-target lto } */
/* { dg-options "-flto" } */
/* { dg-additional-sources "pr31529-2.c" } */

getline ()
{
}

int main() { return 0; }