// Copyright (C) 2018 The Qt Company Ltd. // SPDX-License-Identifier: BSD-3-Clause #include int main() { printf("This works\n"); return 0; }