summaryrefslogtreecommitdiff
path: root/test cases/common/245 custom target index source/main.c
blob: 48af14199c21b50f897c742b9777567e771f9d3b (plain)
1
2
3
4
5
6
7
8
#include <assert.h>
#include "gen.h"

int main(int argc)
{
  assert(argc == 3);
  return genfunc();
}