summaryrefslogtreecommitdiff
path: root/tests/projects/other/ispc/src/main.cpp
blob: 4694c47c5fd16eb7918436bce8cfdfb0d16b5b88 (plain)
1
2
3
4
5
6
7
8
#include "test_ispc.h"

using namespace ispc;

int main(int argc, char *argv[])
{
    test_ispc();
}