summaryrefslogtreecommitdiffstats
path: root/config.tests/precompile_header/main.cpp
blob: 3ea84a8dae26aaa685b1d079b7f24de4755743f2 (plain)
1
2
3
4
5
6
7
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: BSD-3-Clause
#ifndef HEADER_H
#    error no go
#endif

int main() {}