summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/generatedoutput/testdata/headerfile/testheader.h
blob: fcd3cb150446335632fccd834217cebfac68613a (plain)
1
2
3
4
5
6
7
8
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#pragma once

void globalFunc() {};
enum Globals { Glo, Bal };
const int globalVar;