summaryrefslogtreecommitdiffstats
path: root/config.tests/hostcompiler/main.cpp
blob: 1676f7a26c5328718ca0ffe5cb20eb633d88a598 (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2018 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#include <stdio.h>
int main()
{
   printf("This works\n");
   return 0;
}