ae2f_docs
Loading...
Searching...
No Matches
leak.c
1#if 0
2#include "../vk.h"
3#endif
4int main(void) {
5#if 0
6 (void)Test_VkInit();
7 return 0;
8 Test_VkEnd();
9#else
10 return 0;
11#endif
12}