#!/bin/sh
set -e
set -u
OUT="$ADTTMP/upstream"
polyc "debian/tests/upstream.sml" -o "$OUT"
"$OUT"
