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;
}