code: 9ferno

ref: 1aa79968bbf19af6d6b9043b6fe841369550eff4
dir: /utils/c2l/acid.c/

View raw version
#include "cc.h"

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

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