code: 9ferno

ref: 4929fd8ba60d5eadc4138caa1aefd96802ef9919
dir: /utils/c2l/acid.c/

View raw version
#include "cc.h"

void
acidtype(Type *t)
{
	USED(t);
}

void
acidvar(Sym *s)
{
	USED(s);
}