aboutsummaryrefslogtreecommitdiffstats
path: root/config.tests/hunspell/main.cpp
blob: 76f2cb3df7c1a589dd2cb92902f2ca7099743688 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#include <hunspell/hunspell.h>

int main(int argc, char** argv)
{
    Hunspell_create(0, 0);
    return 0;
}