Some checks failed
CI / build-test-release (push) Failing after 7m15s
8 lines
229 B
C++
8 lines
229 B
C++
// SPDX-License-Identifier: LGPL-3.0-only
|
|
// SPDX-FileCopyrightText: Copyright (C) 2026 Catcrafts®
|
|
|
|
// Fixture with no lint violations — rules asserting on dirty.cpp must not
|
|
// fire here.
|
|
int CleanAnswer() {
|
|
return 42;
|
|
}
|