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

#include <evr.h>

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