summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/minimize_source_to_dependency_directives_include.c
blob: 678753dd4559acbf94e970e8d35c3d95de09ca15 (plain)
1
2
3
4
5
6
7
8
// Test double slashes in #include directive along with angle brackets. Previously, this was interpreted as comments.
// RUN: %clang_cc1 -DTEST -print-dependency-directives-minimized-source %s 2>&1 | FileCheck %s

#include "a//b.h"
#include <a//b.h>

// CHECK: #include "a//b.h"
// CHECK: #include <a//b.h>
OpenPOWER on IntegriCloud