Clang Project

clang_source_code/test/Misc/wrong-encoding2.c
1// RUN: %clang_cc1 -fsyntax-only -fmessage-length 100 %s 2>&1 | FileCheck -strict-whitespace %s
2// REQUIRES: asserts
3
4int main() {
5    "#x#p )6)ѽ$>U h| থϻgY|`?;;ƿVj\\ݪW9:̊OEېy?SKyi&n";
6}
7
8// CHECK-NOT:Assertion
9