ti83-sdk/main.c
2023-10-08 14:39:40 +02:00

8 lines
88 B
C

#include <assert.h>
#include <stddef.h>
void main() {
bool b = 0;
assert(b);
}