summaryrefslogtreecommitdiffstats
path: root/src/code-generation.c
blob: 294389f1c83dc5ea42fa97232a6ce2b8018aa7e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

#include "code-generation.h"

#include <assert.h>
#include <stdio.h>
#include <stdlib.h>

void ccmmc_code_generation(CcmmcState *state)
{
}