#!/bin/sh

set -x
./run $1
ildasm out.exe >il.bad
../../boot/ncc.exe $1
ildasm out.exe >il.ok
../../misc/il-diff.pl il.ok il.bad > il.diff


