Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr100788.c
blob: 6f510ecf57ce3d1c77484eabf84cd7a02f432194 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "--coverage -Wno-error=coverage-invalid-line-number" } */
void
foo
()
// { dg-warning "function starts on a higher line number than it ends" }
{
#line
1
}
int
main
()
{
foo
();
}