#!/usr/bin/env bash gcc -shared -fPIC nativetypes.c -o nativetypes.so idris $@ tutorial007.idr -o tutorial007 ./tutorial007 rm -f tutorial007 *.ibc *.so sizefromc.txt