Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / pr100788.c
blob6f510ecf57ce3d1c77484eabf84cd7a02f432194
1 /* { dg-do compile } */
2 /* { dg-options "--coverage -Wno-error=coverage-invalid-line-number" } */
4 void
5 foo() // { dg-warning "function starts on a higher line number than it ends" }
7 #line 1
10 int main()
12 foo ();