libkernaux/tests/test_pfa.c

9 lines
76 B
C
Raw Normal View History

2020-11-30 18:32:27 +00:00
#include <kernaux/pfa.h>
#include <assert.h>
int main()
{
return 0;
}