#include <assert.h>
#include <stdbool.h>
#include "../lib/display.h"

void test_display() {
  assert(true);

  return;
}