Added crash function

This commit is contained in:
Eduard Urbach 2025-03-14 09:52:00 +01:00
parent e367b664bb
commit 716cc6dddd
Signed by: eduard
GPG key ID: 49226B848C78F6C8
8 changed files with 19 additions and 27 deletions

View file

@ -1,6 +1,3 @@
main() {
assert 1 != 0
assert 1 == 0 || 1 != 0
assert 1 != 0 && 2 != 0
assert 1 == 0
}