summaryrefslogtreecommitdiff
path: root/tests/auto/valgrind/memcheck/testapps/syscall/main.cpp
blob: 1b46051e53a4e4c63883c471932cc7e9ffd1de9f (plain)
1
2
3
4
5
6
7
8
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

int main()
{
    int i;
    return i;
}