mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-06 16:20:58 +00:00
10 lines
139 B
C
10 lines
139 B
C
|
|
/*
|
||
|
|
* Copyright (c) 2021, Itamar S. <itamar8910@gmail.com>
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
||
|
|
*/
|
||
|
|
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
int run_tests();
|