2021-11-06 03:31:50 +00:00
|
|
|
// -*- mode: C++; c-file-style: "cc-mode" -*-
|
|
|
|
//*************************************************************************
|
|
|
|
//
|
2023-01-21 01:42:30 +00:00
|
|
|
// Copyright 2023 by Wilson Snyder. This program is free software; you can
|
2021-11-06 03:31:50 +00:00
|
|
|
// redistribute it and/or modify it under the terms of either the GNU
|
|
|
|
// Lesser General Public License Version 3 or the Perl Artistic License
|
|
|
|
// Version 2.0.
|
|
|
|
// SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
|
|
|
|
//
|
|
|
|
//*************************************************************************
|
|
|
|
|
2023-01-21 01:42:30 +00:00
|
|
|
// Fake dependency to avoid optimization
|
|
|
|
extern "C" int c_fake_dependency() { return 0; }
|