1cb93a386Sopenharmony_ci// Copyright 2018 The Chromium Authors. All rights reserved.
2cb93a386Sopenharmony_ci// Use of this source code is governed by a BSD-style license that can be
3cb93a386Sopenharmony_ci// found in the LICENSE file.
4cb93a386Sopenharmony_ci
5cb93a386Sopenharmony_ci// Disallowed because noparent removes the +allowed from the parent dir.
6cb93a386Sopenharmony_ci#include "buildtools/checkdeps/testdata/allowed/bad.h"
7cb93a386Sopenharmony_ci
8cb93a386Sopenharmony_ci// Same-directory includes are still allowed.
9cb93a386Sopenharmony_ci#include "buildtools/checkdeps/testdata/noparent/self.h"
10