# checks for unexpected behavior on non-default buildtype and warning_level project('build type Fortran', 'fortran', default_options: ['buildtype=release', 'warning_level=3']) executable('main', 'main.f90')