Dmitri Gribenko | 03efd9d | 2013-01-28 20:40:50 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s |
Daniel Dunbar | 99c7622 | 2009-03-18 03:32:24 +0000 | [diff] [blame] | 2 | |
3 | IDENT.2 | ||||
Dmitri Gribenko | 03efd9d | 2013-01-28 20:40:50 +0000 | [diff] [blame] | 4 | // CHECK: {{^}}IDENT.2{{$}} |
5 | |||||
6 | |||||
7 | // PR4395 | ||||
8 | #define X .* | ||||
9 | X | ||||
10 | // CHECK: {{^}}.*{{$}} | ||||
11 |