mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 09:26:28 +02:00
9 lines
143 B
C++
9 lines
143 B
C++
/*
|
|
* Copyright (c) 2024, Dan Klishch <danilklishch@gmail.com>
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*/
|
|
|
|
int f();
|
|
int f() { return 2; }
|