Home | History | Annotate | Download | only in Misc
      1 // RUN: %clang_cc1 -fsyntax-only -fmessage-length 100 %s 2>&1 | FileCheck -strict-whitespace %s
      2 // REQUIRES: asserts
      3 
      4 int main() {
      5     "#x#p)6)$>U h| gY|`?;;Vj\\W9:OEy?SKyi&n";
      7 }
      8 
      9 // CHECK-NOT:Assertion
     10