ref: 6661a93cfca897396c2803b9cd028068ad7c9a84
dir: /ld/formats.c/
static char sccsid[] = "@(#) ./ld/probe.c";
#include <stdio.h>
#include "../inc/scc.h"
#include "ld.h"
/* TODO: Autogenerate this file */
struct objfmt coff32;
struct objfmt *formats[] = {
&coff32,
NULL,
};