blob: 62afa06da9f5c3847b309784f92af4cdf88c5443 [file] [log] [blame]
//===- subzero/runtime/szrt.cpp - Subzero runtime source ------------------===//
//
// The Subzero Code Generator
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// This file is a C++ wrapper to szrt.c since clang++ complains about
// .c files.
//
//===----------------------------------------------------------------------===//
extern "C" {
#include "szrt.c"
}