diagnostics: remove duplicate copies of diagnostic_kind_text
[official-gcc.git] / gcc / testsuite / gcc.target / s390 / hotpatch-compile-9.c
blobdcefbe4aac778e5c0a2d6ee7c15c8ec0342ef119
1 /* Functional tests for the function hotpatching feature. */
3 /* { dg-do compile } */
4 /* { dg-options "-O3 -mzarch" } */
6 __attribute__((hotpatch(0)))
7 int main (void)
8 {/* { dg-error "wrong number of arguments specified" } */
9 return 0;