Home | History | Annotate | Download | only in no_messages
      1 /* Test that a file without any messages works. */
      2 
      3 enum Test {
      4     First = 1;
      5 }
      6 
      7 
      8