summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/s390/hotpatch-compile-10.c
blob: 8b6441d771e25c6fb269e7bb582b9079a74f23c9 (plain)
1
2
3
4
5
6
7
8
9
10
/* Functional tests for the function hotpatching feature.  */

/* { dg-do compile } */
/* { dg-options "-O3 -mzarch" } */

__attribute__((hotpatch(0,0,0)))
int main (void)
{/* { dg-error "wrong number of arguments specified" } */
  return 0;
}