summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/dependency-gen-escaping.c
blob: a6da66a169a90cdd228e46e22d6df581b61986d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// PR15642
// RUN: %clang -M -MG %s | FileCheck -strict-whitespace %s
// RUN: %clang -M -MG -MV %s | FileCheck -strict-whitespace %s --check-prefix=NMAKE

// CHECK: \ \ \ \ .h
// CHECK: $$$$.h
// CHECK: \#\#.h
// NMAKE: "    .h"
// NMAKE: "$$.h"
// NMAKE: "##.h"
// NMAKE-NOT: "
// NMAKE: normal.h
// NMAKE-NOT: "

#include "    .h"
#include "$$.h"
#include "##.h"
#include "normal.h"
OpenPOWER on IntegriCloud