10 lines
121 B
C
Raw Normal View History

2011-02-06 23:31:55 -02:00
#include <assert.h>
#include <stdbool.h>
#include "../lib/display.h"
void test_display() {
assert(true);
return;
}