2009-11-14 12:39:42 +08:00
|
|
|
/* RUN: clang-cc -std=c90 -pedantic -fixit %s -o - | clang-cc -pedantic -x c -std=c90 -Werror -
|
2009-04-02 06:41:11 +08:00
|
|
|
*/
|
2009-04-02 11:20:30 +08:00
|
|
|
|
2009-04-02 06:41:11 +08:00
|
|
|
/* This is a test of the various code modification hints that are
|
2009-04-02 11:20:30 +08:00
|
|
|
provided as part of warning or extension diagnostics. All of the
|
|
|
|
warnings will be fixed by -fixit, and the resulting file should
|
|
|
|
compile cleanly with -Werror -pedantic. */
|
2009-04-02 06:41:11 +08:00
|
|
|
|
|
|
|
enum e0 {
|
|
|
|
e1,
|
|
|
|
};
|