1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-02-17 15:45:32 -05:00
libkernaux/tests/test_multiboot2_header_validation.c

10 lines
102 B
C
Raw Normal View History

2022-01-13 18:50:51 +05:00
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
int main()
{
2022-01-14 12:20:39 +05:00
// TODO: write this
2022-01-13 18:50:51 +05:00
return 0;
}