// Copyright (C) 2020 Olivier Goffart // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #ifdef FWDCLASS3_H #error "This file can only be included once" #endif #define FWDCLASS3_H class FwdClass3 { public: int x; };