$ icc -c func.c
$ ifort -c main.f90
$ ifort -o main main.o func.o