blob: 125e5f8f3a86ce2fd2ae495c8fc2797378984ba7 [file] [log] [blame]
/* RUN: clang -fsyntax-only -std=c90 -pedantic %s
*/
/* This is a test of the various code modification hints that are
provided as part of warning or extension diagnostics. Eventually,
we would like to actually try to perform the suggested
modifications and compile the result to test that no warnings
remain. */
enum e0 {
e1,
};