blob: 62afa06da9f5c3847b309784f92af4cdf88c5443 [file] [log] [blame]
Jim Stichnoth6d4f5642014-09-09 14:40:40 -07001//===- subzero/runtime/szrt.cpp - Subzero runtime source ------------------===//
2//
3// The Subzero Code Generator
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10// This file is a C++ wrapper to szrt.c since clang++ complains about
11// .c files.
12//
13//===----------------------------------------------------------------------===//
14
15extern "C" {
16#include "szrt.c"
17}