1 /* { dg-do compile } */
2 /* { dg-options "-O2 -falign-functions=100000" } */
3 /* { dg-error "is not between 0 and 65536" "" { target *-*-* } 0 } */
4 
5 void
test_func(void)6 test_func (void)
7 {
8 }
9