#ifndef TEST_POLY_H
#define TEST_POLY_H

#include <stdint.h>

uint8_t test_poly();

#endif
