summaryrefslogtreecommitdiffstats
path: root/src/host/config.tests/hostcompiler/main.cpp
blob: 9cd16a2e3db0a92122fd8c6b4215f0def31dda3f (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2018 The Qt Company Ltd.
// SPDX-License-Identifier: BSD-3-Clause

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