PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr31529-1.c
blob24d2cdbd83e75a52382b5e3a2bd42f64b7c0e99d
1 /* { dg-do link } */
2 /* { dg-require-effective-target lto } */
3 /* { dg-options "-flto -fgnu89-inline" } */
4 /* { dg-additional-sources "pr31529-2.c" } */
6 int
7 getline ()
11 int main() { return 0; }