aboutsummaryrefslogtreecommitdiff
path: root/apps/test/test.h
blob: 0c2305ce820753cf55a57eba72da413403fd6a49 (plain) (blame)
1
2
3
4
5
6
7
8
// MIT License, Copyright (c) 2021 Marvin Borner

#ifndef TEST_H
#define TEST_H

void fuzz(void);

#endif