Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
gcc.target
/
s390
/
hotpatch-compile-9.c
blob: dcefbe4aac778e5c0a2d6ee7c15c8ec0342ef119 [
file
] [
log
] [
blame
]
/* Functional tests for the function hotpatching feature. */
/* { dg-do compile } */
/* { dg-options "-O3 -mzarch" } */
__attribute__
((
hotpatch
(
0
)))
int
main
(
void
)
{
/* { dg-error "wrong number of arguments specified" } */
return
0
;
}