wip
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
light7734 2025-10-10 13:19:29 +03:30
parent 79e22cec0e
commit 2ffecd9aae
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -90,7 +90,6 @@ Suite raii = "raii"_suite = [] {
int x; // uninitialized
int y = x + 1; // use of uninitialized value
printf("y = %d\n", y);
return 0;
};
// Case { "happy path won't throw" } = [] {
// auto fixture = Fixture {};