fixit-c90.c revision 73dd7686d68fec7b5d7faa6d230be23ccfd9c41f
1/* RUN: clang-cc -std=c90 -pedantic -fixit %s -o - | clang-cc -pedantic -x c -std=c90 -Werror -
2 */
3
4/* This is a test of the various code modification hints that are
5   provided as part of warning or extension diagnostics. All of the
6   warnings will be fixed by -fixit, and the resulting file should
7   compile cleanly with -Werror -pedantic. */
8
9enum e0 {
10  e1,
11};
12