blob: 5e3f8caa737a6608a2cd09ea238b85eb6b3ed695 [file] [log] [blame]
// This should not link, as the mex function is missing.
// This is mostly for checking we are passing the right arguments to the
// add_library
#include <algorithm>
#include "mex.h"
void mexFunctionXX(int const nlhs, mxArray* plhs[], int const nrhs,
mxArray const* prhs[])
{
mexErrMsgTxt("Should not be running");
}