blob: 8b6441d771e25c6fb269e7bb582b9079a74f23c9 [file] [log] [blame]
/* 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;
}