1 /* Functional tests for the function hotpatching feature.  */
2 
3 /* { dg-do compile } */
4 /* { dg-options "-O3 -mzarch -mhotpatch=1000001,1000000" } */
5 
main(void)6 viod main(void)
7 {
8   return 0;
9 }
10 
11 /* { dg-error "argument to .-mhotpatch=n,m. is too large" "" { target *-*-* } 0 } */
12