summaryrefslogtreecommitdiffstats
path: root/config.tests/precompile_header/main.cpp
blob: e93b02256dc6421231cc645ad9ca7ddf3561bfe9 (plain)
1
2
3
4
5
6
7
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#ifndef HEADER_H
#    error no go
#endif

int main() {}