waf/demos/fortran/src/hello_inc.f

8 lines
128 B
Fortran

program main
include "hello.h"
real bar
t0 = 1
bar = t0
print *,bar
end