summaryrefslogtreecommitdiff
path: root/node_modules/webworker-threads/deps/minifier/src/test_minifier.c
blob: 8be053b143633e0ca92330e36fbdfc720e13ec18 (plain)
1
2
3
4
5
6
7
8
#include <stdlib.h>
#include <stdio.h>

int main (int argc, char* argv[]) {
  #include "test.include.c"
  printf("%s\n\n", _test);
  return 0;
}