]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr31529-1.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr31529-1.c
CommitLineData
c3224d6f 1/* { dg-do link } */
ae0d6a88 2/* { dg-require-effective-target lto } */
8ece1ab3 3/* { dg-options "-flto -fgnu89-inline" } */
b86b3ea3
RG
4/* { dg-additional-sources "pr31529-2.c" } */
5
8ece1ab3 6int
b86b3ea3
RG
7getline ()
8{
9}
0d0da792
RG
10
11int main() { return 0; }