summaryrefslogtreecommitdiffstats
path: root/config.tests/precompile_header/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/precompile_header/main.cpp')
-rw-r--r--config.tests/precompile_header/main.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.tests/precompile_header/main.cpp b/config.tests/precompile_header/main.cpp
new file mode 100644
index 0000000000..3ea84a8dae
--- /dev/null
+++ b/config.tests/precompile_header/main.cpp
@@ -0,0 +1,7 @@
+// Copyright (C) 2021 The Qt Company Ltd.
+// SPDX-License-Identifier: BSD-3-Clause
+#ifndef HEADER_H
+# error no go
+#endif
+
+int main() {}