2018-02-09 Sebastian Perta <sebastian.perta@renesas.com>
[official-gcc.git] / gcc / testsuite / gcc.target / s390 / hotpatch-compile-10.c
blob8b6441d771e25c6fb269e7bb582b9079a74f23c9
1 /* Functional tests for the function hotpatching feature. */
3 /* { dg-do compile } */
4 /* { dg-options "-O3 -mzarch" } */
6 __attribute__((hotpatch(0,0,0)))
7 int main (void)
8 {/* { dg-error "wrong number of arguments specified" } */
9 return 0;