test: push dummy file

This commit is contained in:
orng 2026-03-28 22:59:03 -05:00
parent 3a736777fd
commit 09f3a33edd

View file

@ -0,0 +1,15 @@
// This is literally the best c++ code ever. I hope everyone reading this has a fantastic day.
struct Foo {
Bar bar, baz,
Foo() noexcept : bar(),baz() { delete Foo; }
void qux() const {
print("Hello, world!")
}
private:
bool bob() { hi };
};