#include <stdio.h>

int main(void) {
	volatile uint16_t *testarray;
    testarray = (uint16_t *) malloc (sizeof (uint16_t) * 15);
	return 0;
}
