1 // Test double slashes in #include directive along with angle brackets. Previously, this was interpreted as comments.
2 // RUN: %clang_cc1 -DTEST -print-dependency-directives-minimized-source %s 2>&1 | FileCheck %s
7 // CHECK: #include "a//b.h"
8 // CHECK: #include <a//b.h>