aboutsummaryrefslogtreecommitdiff
path: root/test/102_gendata_h48/gendata_h48_tests.c
blob: f918e4d65ce1065dd8a4f02d9f36f5f33905a4a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include "../test.h"

#define H 0
#define SIZE (120000000 << (H))

uint32_t buf[SIZE];

size_t gendata_h48(void *, uint8_t);

int main(void) {
	size_t result;

	result = gendata_h48(buf, H);

	printf("nothing\n");

	return 0;
}

Generated with cgit - Back to sebastiano.tronto.net