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:̊OEېy?SKyi&n"; |
6 | } |
7 | |
8 | // CHECK-NOT:Assertion |
9 |
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:̊OEېy?SKyi&n"; |
6 | } |
7 | |
8 | // CHECK-NOT:Assertion |
9 |