ti83-sdk/main.c

8 lines
88 B
C

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