liblinux++

A hosted C++ runtime without any libc.
git clone git://henryandlizzy.uk/liblinux++
Log | Files | Refs

commit 6bd1cb7de768c20fdda94bb18c8ed462204c8590
parent 8d9a05365da29a065550575619c11147379673f8
Author: Henry Wilson <henry@henryandlizzy.uk>
Date:   Wed, 24 Dec 2025 01:31:48 +0000

Add false

Diffstat:
Afalse.cpp | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/false.cpp b/false.cpp @@ -0,0 +1,4 @@ +int main() +{ + return 1; +}