summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr31529-1.c
blob: 24d2cdbd83e75a52382b5e3a2bd42f64b7c0e99d (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do link } */
/* { dg-require-effective-target lto } */
/* { dg-options "-flto -fgnu89-inline" } */
/* { dg-additional-sources "pr31529-2.c" } */

int
getline ()
{
}

int main() { return 0; }