blob: d5d9cc424d439ef0e99dd48a754b45094d7705f7 [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
class SomeClass;
struct MyStruct {
// No rewrite expected - this whole source file is mentioned in the
// tests/paths-to-ignore.txt file.
SomeClass* ptr_field_;
};