test file for fortran
[polyglot.git] / t / fortran.t
blobab3f2ccc02220a20341fe88fbd76254ddd373cca
1 use strict;
2 use warnings;
3 use FiboTest;
4 fibo_check('fortran', 'f', "gfortran -ofibo %s >/dev/null && ./fibo");