1 /* Verify that we provide simple suggestions for the arguments of
2 "-fsanitize-recover=" when it is misspelled (PR driver/69265). */
4 /* { dg-do compile } */
5 /* { dg-options "-sanitize-recover=integer-divide-by-0" } */
6 /* { dg-error "unrecognized command-line option '-sanitize-recover=integer-divide-by-0'; did you mean '-fsanitize-recover=integer-divide-by-zero'?" "" { target *-*-* } 0 } */