propane/spec/test_start_rule.c

10 lines
117 B
C

#include "testparser.h"
#include <assert.h>
#include <string.h>
#include "testutils.h"
int main()
{
return 0;
}