#!/bin/sh

gnatgcc -o tst-array4 tst-array4.c -L. -R.

./tst-array4 > tst-array4.output
diff tst-array4.exp tst-array4.output
