summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qsharedpointer/nontracked.h
blob: e10ea08a4dedab3b96fcdb0ea68889ebf43f6aae (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2016 Intel Corporation.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#ifndef NONTRACKED_H
#define NONTRACKED_H

namespace NonTracked {
void dynamicCastFailureNoLeak();
}

#endif // NONTRACKED_H